1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 13:05:32 -04:00

fix header layout shifting

This commit is contained in:
2021-12-16 01:32:02 -05:00
parent e8c2dcab29
commit 2377fbfdf2
5 changed files with 8 additions and 4 deletions

View File

@@ -96,6 +96,7 @@ header {
span {
&.header-menu-icon {
width: 1.3em;
font-size: 1.3em;
user-select: none;
}
@@ -111,6 +112,7 @@ header {
// Dark mode toggle
&.theme-toggle {
width: 1.3em;
margin-left: 1.4em;
button {
@@ -178,6 +180,7 @@ header {
// Dark mode toggle
&.theme-toggle {
width: 0.9em;
margin-left: 1em;
button {