fix moving menu icon in safari (i think)
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
|
||||
&[data-small=true] {
|
||||
.toggleMenu {
|
||||
top: .75rem;
|
||||
top: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -98,6 +98,7 @@
|
||||
list-style: none;
|
||||
display: flex;
|
||||
gap: var(--spacing-gap-column);
|
||||
padding-right: 4.2rem;
|
||||
animation: slideInFromRight .3s ease-out forwards;
|
||||
|
||||
a {
|
||||
@ -106,7 +107,8 @@
|
||||
}
|
||||
|
||||
.toggleMenu {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
right: var(--spacing-sitepadding-inline);
|
||||
z-index: 1001;
|
||||
background: none;
|
||||
margin-top: .2rem;
|
||||
|
Reference in New Issue
Block a user