fix: some ui fixes

This commit is contained in:
2025-06-19 14:27:13 +03:00
parent 372b792b79
commit 9a3b0ff419
8 changed files with 22 additions and 19 deletions

View File

@@ -7,8 +7,6 @@
position: relative;
z-index: 2;
@include iftablet{
}
@include iflaptop{
padding-left: rem(16px);
}
@@ -20,22 +18,22 @@
.Button {
position: absolute;
z-index: 3;
right: rem(2px);
top: calc(50% - 1.2rem);
min-height: calc(100% - .25rem);
@include iftablet{
top: calc(50% - 1.2rem);
right: rem(3px);
top: 50%;
transform: translateY(-50%);
right: 0;
}
@include iflaptop{
top: calc(50% - 1.4rem);
top: 50%;
transform: translateY(-50%);
right: rem(4px);
}
@include ifdesktop{
top: calc(50% - 1.6rem);
right: rem(2px);
top: 50%;
transform: translateY(-50%);
right: 0;
}
}