💄 style: change switcher margin and width/height to rem

main
welpo 2 years ago
parent 973e0f76f8
commit 9637e053c3
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -1,14 +1,14 @@
.theme-switcher {
align-self: center;
margin-left: 5px;
width: 20px;
height: 20px;
margin-left: 0.5rem;
width: 1rem;
height: 1rem;
position: relative;
cursor: pointer;
.switch {
height: 20px;
width: 20px;
width: 1rem;
height: 1rem;
position: absolute;
// top: -30px;
left: 0px;

Loading…
Cancel
Save