TT#35922 Global: Adjust position of the FAB on mobile devices

Change-Id: Ic6214d727463b1d3451457c9e1d60d4d5175c59b
changes/82/20982/4
Tijana Maksimovic 7 years ago committed by Hans-Peter Herzog
parent 7ac0d79e8f
commit 6a2d0e7087

@ -62,6 +62,7 @@
.page .page-title { .page .page-title {
padding: 30px; padding: 30px;
padding-left: 60px; padding-left: 60px;
padding-right: 60px;
z-index: 1000; z-index: 1000;
right: 0; right: 0;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 44%, rgba(255,255,255,0.86) 71%, rgba(255,255,255,0) 100%); background: -moz-linear-gradient(top, rgba(255,255,255,1) 44%, rgba(255,255,255,0.86) 71%, rgba(255,255,255,0) 100%);

@ -236,7 +236,7 @@
}, },
fabOffset() { fabOffset() {
if(Platform.is.mobile) { if(Platform.is.mobile) {
return [16, 17]; return [6, 6];
} }
else { else {
return [48, 17]; return [48, 17];

Loading…
Cancel
Save