Fixes for sub-350px screens (eg: really old iPhones)

This commit is contained in:
Maverick
2015-06-04 20:48:03 +10:00
parent cc1018c62c
commit 40d026c7cd
2 changed files with 13 additions and 0 deletions

View File

@@ -39,6 +39,10 @@
width: 100%;
border-collapse: collapse;
font-size: 0.8em;
tbody td {
padding: 0 0.5em;
}
}
}
@@ -60,6 +64,11 @@
color: @primary;
}
}
@media screen and (max-width: 340px) {
button {
padding: 0.25em;
}
}
}

View File

@@ -16,6 +16,10 @@ a.ship {
text-align: right;
.user-select-none();
@media screen and (max-width: 350px) {
width: 16em;
}
h2 {
width: 100%;
margin: 0;