Skip to content

Commit f7e30bf

Browse files
style: drawer header
1 parent 1006fc2 commit f7e30bf

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/lib/components/drawer/Drawer.svelte

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
display: flex;
168168
align-items: center;
169169
justify-content: space-between;
170-
padding: var(--spacing-md);
170+
padding: var(--spacing-sm);
171171
172172
.header-left {
173173
display: flex;
@@ -191,15 +191,14 @@
191191
background: var(--color-secondary);
192192
border: none;
193193
border-radius: 50%;
194-
width: 50px;
195-
height: 50px;
194+
width: 40px;
195+
aspect-ratio: 1/1;
196196
font-size: 1.5rem;
197197
color: var(--color-text-on-primary);
198198
cursor: pointer;
199199
display: flex;
200200
align-items: center;
201201
justify-content: center;
202-
margin-bottom: var(--spacing-sm);
203202
}
204203
205204
.drawer-close {

0 commit comments

Comments
 (0)