We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3158c commit c773812Copy full SHA for c773812
renderer/src/common/components/layout/top-nav/index.tsx
@@ -113,7 +113,7 @@ function TopNavLinks() {
113
hover:text-foreground focus:text-foreground
114
data-[status=active]:text-foreground
115
data-[status=active]:before:bg-foreground
116
- focus-visible:ring-ring/50 relative px-3 py-2 text-sm
+ focus-visible:ring-ring/50 relative py-2 pr-0 pl-3 text-sm
117
transition-all outline-none hover:bg-transparent
118
focus:bg-transparent focus-visible:ring-[3px]
119
focus-visible:outline-1 data-[status=active]:bg-transparent
0 commit comments