|
|
@ -236,7 +236,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
fabOffset() {
|
|
|
|
fabOffset() {
|
|
|
|
if(Platform.is.mobile) {
|
|
|
|
if(Platform.is.mobile) {
|
|
|
|
return [6, 6];
|
|
|
|
return [1, 2];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
else {
|
|
|
|
return [48, 17];
|
|
|
|
return [48, 17];
|
|
|
@ -420,6 +420,20 @@
|
|
|
|
z-index: 1001;
|
|
|
|
z-index: 1001;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 425px) and (orientation: portrait) {
|
|
|
|
|
|
|
|
#global-action-btn {
|
|
|
|
|
|
|
|
margin: 15px 60px !important;
|
|
|
|
|
|
|
|
top: 60px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) and (orientation: landscape) {
|
|
|
|
|
|
|
|
#global-action-btn {
|
|
|
|
|
|
|
|
margin: 17px 48px !important;
|
|
|
|
|
|
|
|
top: 60px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layout-aside.fixed.csc-call-fullscreen {
|
|
|
|
.layout-aside.fixed.csc-call-fullscreen {
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
right: 0;
|
|
|
|