fix moving menu icon in safari (i think)

This commit is contained in:
elise
2024-08-10 15:03:46 +02:00
parent af9eba0b60
commit 847d1b2343

View File

@ -43,7 +43,7 @@
&[data-small=true] { &[data-small=true] {
.toggleMenu { .toggleMenu {
top: .75rem; top: 1rem;
} }
} }
} }
@ -98,6 +98,7 @@
list-style: none; list-style: none;
display: flex; display: flex;
gap: var(--spacing-gap-column); gap: var(--spacing-gap-column);
padding-right: 4.2rem;
animation: slideInFromRight .3s ease-out forwards; animation: slideInFromRight .3s ease-out forwards;
a { a {
@ -106,7 +107,8 @@
} }
.toggleMenu { .toggleMenu {
position: relative; position: absolute;
right: var(--spacing-sitepadding-inline);
z-index: 1001; z-index: 1001;
background: none; background: none;
margin-top: .2rem; margin-top: .2rem;