Fix Switcher positioning
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
&__links {
|
&__links {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
top: 0;
|
bottom: calc(var(--button-size) + 16px);
|
||||||
left: 0;
|
left: 0;
|
||||||
min-width: 240px;
|
min-width: 240px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@@ -128,14 +128,14 @@
|
|||||||
&__button {
|
&__button {
|
||||||
i {
|
i {
|
||||||
&:nth-child(1) {
|
&:nth-child(1) {
|
||||||
transform: translate3d(-6px, 5px, 0);
|
transform: translate3d(-5px, 5px, 0);
|
||||||
|
|
||||||
@include bp (md) {
|
@include bp (md) {
|
||||||
transform: translate3d(-7px, 8px, 0);
|
transform: translate3d(-7px, 8px, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
transform: translate3d(6px, -2px, 0);
|
transform: translate3d(5px, -2px, 0);
|
||||||
|
|
||||||
@include bp (md) {
|
@include bp (md) {
|
||||||
transform: translate3d(7px, -2px, 0);
|
transform: translate3d(7px, -2px, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user