Fix fullscreen layout on iOS

This commit is contained in:
Robin Linus 2016-01-01 18:06:27 +01:00
parent 2fd3da2920
commit 4e460089eb
5 changed files with 12 additions and 12 deletions

View file

@ -11,9 +11,6 @@
@apply(--layout-fit);
@apply(--layout-horizontal);
@apply(--layout-center-center);
overflow: hidden;
position: relative;
height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
@ -40,12 +37,12 @@
@apply(--paper-font-headline);
color: #4285f4;
text-align: center;
cursor: default;
cursor: default;
}
.short {
font-size: 14px;
line-height: 18px;
line-height: 20px;
color: #505050;
}
@ -63,7 +60,7 @@
width: 340px;
}
}
[only] {
@apply(--layout-fit);
@apply(--layout-horizontal);

View file

@ -8,7 +8,7 @@
@apply(--layout-center);
width: 360px;
position: absolute;
bottom: 24px;
bottom: 16px;
left: 50%;
margin-left: -180px;
}