Skip to content

change padding for popover#358

Open
7eliassen wants to merge 3 commits into
mainfrom
adjust-popover-padding
Open

change padding for popover#358
7eliassen wants to merge 3 commits into
mainfrom
adjust-popover-padding

Conversation

@7eliassen

Copy link
Copy Markdown
Contributor

change padding for popover from 12px to 4px (--spacing-xxs) for improved visual appearance.

Before:
image
After:
image

@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codex-ui Ready Ready Preview, Comment Jul 15, 2026 5:13pm

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets decrease it inside the codex ui, popover itself

top: v-bind('position.top');
transform: v-bind('position.transform');
width: v-bind('width');
padding: var(--spacing-xxs);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rule already declares padding: var(--h-padding) on line 53. Consider to change existing instead of adding a second declaration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants