1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix modal on iPad

This commit is contained in:
Maksym Pavlenko
2017-01-05 15:02:09 -08:00
parent b35548a8ff
commit 0679cb8753

View File

@@ -303,8 +303,7 @@ a {
}
}
@media screen and (max-width: 414px) {
/* Results popup, make it more compact on small screens (iPhone 6 -> 375 x 667, iPhone 6 Plus -> 414 x 736, Nexus 6P -> 412 x 732) */
@media only screen and (max-device-width: 1024px) {
.modal > input {
font-size: 1.9em;
padding: 0;