fix moving menu icon in safari (i think)
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user