Skip to content

Commit c773812

Browse files
authored
fix(menu): add padding right 0 on the last menu item (#931)
1 parent 5c3158c commit c773812

File tree

1 file changed

+1
-1
lines changed
  • renderer/src/common/components/layout/top-nav

1 file changed

+1
-1
lines changed

renderer/src/common/components/layout/top-nav/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function TopNavLinks() {
113113
hover:text-foreground focus:text-foreground
114114
data-[status=active]:text-foreground
115115
data-[status=active]:before:bg-foreground
116-
focus-visible:ring-ring/50 relative px-3 py-2 text-sm
116+
focus-visible:ring-ring/50 relative py-2 pr-0 pl-3 text-sm
117117
transition-all outline-none hover:bg-transparent
118118
focus:bg-transparent focus-visible:ring-[3px]
119119
focus-visible:outline-1 data-[status=active]:bg-transparent

0 commit comments

Comments
 (0)