mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 08:46:20 -04:00
Fix fullscreen layout on iOS
This commit is contained in:
parent
2fd3da2920
commit
4e460089eb
5 changed files with 12 additions and 12 deletions
|
@ -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);
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
@apply(--layout-center);
|
||||
width: 360px;
|
||||
position: absolute;
|
||||
bottom: 24px;
|
||||
bottom: 16px;
|
||||
left: 50%;
|
||||
margin-left: -180px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue