Skip to content

Commit fb7f48a

Browse files
committed
Fix padding and border-radius of the compact menu component
1 parent 75f6b47 commit fb7f48a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ui/Menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
.bubble {
8989
background: var(--color-background-compact-menu);
9090
backdrop-filter: blur(10px);
91-
padding: 0.25rem 0;
91+
padding: 0.125rem 0;
9292

9393
body.no-menu-blur & {
9494
background: var(--color-background);

src/components/ui/MenuItem.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
font-size: 0.875rem;
130130
margin: 0.125rem 0.25rem;
131131
padding: 0.25rem;
132-
border-radius: 0.375rem;
132+
border-radius: 0.5rem;
133133
width: auto;
134134
font-weight: 500;
135135
transform: scale(1);

0 commit comments

Comments
 (0)