0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

Update ScreenToggle.svelte (#5629)

weird padding on button
This commit is contained in:
Shriji 2020-12-14 20:09:18 +05:30 committed by GitHub
parent 1046ca71a7
commit 06ab7a1b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
height: 1em;
padding: .2em .4em .3em;
border-radius: var(--border-r);
line-height: 1;
line-height: normal;
box-sizing: content-box;
color: #888;
border: 1px solid var(--back-light);