diff --git a/src/components/layouts/Default.vue b/src/components/layouts/Default.vue index 8553715d..9e4e2adf 100644 --- a/src/components/layouts/Default.vue +++ b/src/components/layouts/Default.vue @@ -236,7 +236,7 @@ }, fabOffset() { if(Platform.is.mobile) { - return [6, 6]; + return [1, 2]; } else { return [48, 17]; @@ -420,6 +420,20 @@ 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 { left: 0; right: 0;