fixed the horizontal padding on Navbar#16088
Merged
bosiraphael merged 1 commit intomainfrom Nov 28, 2025
Merged
Conversation
packages/twenty-front/src/modules/command-menu/constants/CommandMenuSearchBarPadding.ts
Show resolved
Hide resolved
Contributor
Greptile OverviewGreptile SummaryUpdated the command menu search bar horizontal padding from 12px to 8px to align with Figma design specifications. The change modifies the Impact:
This is a minor visual adjustment with no functional or logical impact. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Constant as CommandMenuSearchBarPadding
participant TopBar as CommandMenuTopBar
participant List as CommandMenuList
participant Theme as Theme System
Note over Constant: COMMAND_MENU_SEARCH_BAR_PADDING = 2
TopBar->>Constant: Import padding constant
TopBar->>Theme: theme.spacing(2)
Theme-->>TopBar: Returns "8px"
Note over TopBar: Applies 8px horizontal padding<br/>to StyledInputContainer
List->>Constant: Import padding constant
List->>Theme: Calculate max-height using<br/>COMMAND_MENU_SEARCH_BAR_PADDING * 2
Note over List: Uses padding in height calculation:<br/>PADDING * 2 = 16px total vertical space
|
Contributor
|
🚀 Preview Environment Ready! Your preview environment is available at: http://bore.pub:24782 This environment will automatically shut down when the PR is closed or after 5 hours. |
Weiko
reviewed
Nov 28, 2025
Member
Weiko
left a comment
There was a problem hiding this comment.
Sentry comment might need to be addressed otherwise LGTM
NotYen
pushed a commit
to NotYen/twenty-ym
that referenced
this pull request
Dec 4, 2025
Was 12px. Changed it to 8px to match Figma <img width="550" height="301" alt="CleanShot 2025-11-26 at 12 05 10" src="https://github.com/user-attachments/assets/edec07bd-74ee-4dd7-b433-20a5bb636e6b" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Was 12px. Changed it to 8px to match Figma