Fix Switcher positioning
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user