Fix Switcher positioning

This commit is contained in:
2021-11-25 22:42:46 +01:00
parent 5c893fa4b1
commit 06df908c34

View File

@@ -20,7 +20,7 @@
&__links {
position: absolute;
z-index: 2;
top: 0;
bottom: calc(var(--button-size) + 16px);
left: 0;
min-width: 240px;
opacity: 0;
@@ -128,14 +128,14 @@
&__button {
i {
&:nth-child(1) {
transform: translate3d(-6px, 5px, 0);
transform: translate3d(-5px, 5px, 0);
@include bp (md) {
transform: translate3d(-7px, 8px, 0);
}
}
&:nth-child(2) {
transform: translate3d(6px, -2px, 0);
transform: translate3d(5px, -2px, 0);
@include bp (md) {
transform: translate3d(7px, -2px, 0);