Skip to content

Commit cd16b86

Browse files
increased minimal screen width for portrait mode
1 parent 0c2b7bf commit cd16b86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 104
2+
# version 105
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ header > div {
339339
display: none;
340340
}
341341

342-
@media only screen and (min-width: 321px) {
342+
@media only screen and (min-width: 361px) {
343343
.portrait { display: none; }
344344
.landscape { display: block; }
345345
#telemetry_graph {
@@ -412,7 +412,7 @@ header > div {
412412
top: 50px;
413413
}
414414
}
415-
@media only screen and (max-width: 320px) {
415+
@media only screen and (max-width: 360px) {
416416
.portrait { display: block; }
417417
.landscape { display: none; }
418418
#map{

0 commit comments

Comments
 (0)