fix: some ui fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user