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 75f6b47 commit fb7f48aCopy full SHA for fb7f48a
src/components/ui/Menu.scss
@@ -88,7 +88,7 @@
88
.bubble {
89
background: var(--color-background-compact-menu);
90
backdrop-filter: blur(10px);
91
- padding: 0.25rem 0;
+ padding: 0.125rem 0;
92
93
body.no-menu-blur & {
94
background: var(--color-background);
src/components/ui/MenuItem.scss
@@ -129,7 +129,7 @@
129
font-size: 0.875rem;
130
margin: 0.125rem 0.25rem;
131
padding: 0.25rem;
132
- border-radius: 0.375rem;
+ border-radius: 0.5rem;
133
width: auto;
134
font-weight: 500;
135
transform: scale(1);
0 commit comments