We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1006fc2 commit f7e30bfCopy full SHA for f7e30bf
1 file changed
src/lib/components/drawer/Drawer.svelte
@@ -167,7 +167,7 @@
167
display: flex;
168
align-items: center;
169
justify-content: space-between;
170
- padding: var(--spacing-md);
+ padding: var(--spacing-sm);
171
172
.header-left {
173
@@ -191,15 +191,14 @@
191
background: var(--color-secondary);
192
border: none;
193
border-radius: 50%;
194
- width: 50px;
195
- height: 50px;
+ width: 40px;
+ aspect-ratio: 1/1;
196
font-size: 1.5rem;
197
color: var(--color-text-on-primary);
198
cursor: pointer;
199
200
201
justify-content: center;
202
- margin-bottom: var(--spacing-sm);
203
}
204
205
.drawer-close {
0 commit comments