Skip to content

Commit 3f2af40

Browse files
committed
FIx layout issue on small screens (fix #1)
1 parent c7b9b9b commit 3f2af40

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

merges/android/styles/mobile.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,11 @@ body {
8484
.btn-group-lg>.btn, .btn-lg {
8585
padding-top: 6px!important;
8686
}
87-
body,
88-
.navbar-fixed-top,
89-
.navbar-fixed-bottom {
90-
min-width: 600px!important;
87+
.container {
88+
padding-right: 70px!important;
9189
}
9290
.list-group.designer-library {
93-
max-height:150px;
91+
max-height:130px!important;
9492
}
9593
#designer-toolbar-item-search {
9694
display: none;

merges/ios/styles/mobile.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,19 @@ span.glyphicon.glyphicon-menu-left {
7272

7373
/* iPhone 5 / 5S / SE */
7474
@media only screen
75-
and (max-width : 600px)
76-
and (orientation : landscape) {
75+
and (max-width: 600px)
76+
and (orientation: landscape) {
7777
body {
7878
font-size: 12px!important;
7979
}
8080
.btn-group-lg>.btn, .btn-lg {
8181
padding-top: 5px!important;
8282
}
83-
body,
84-
.navbar-fixed-top,
85-
.navbar-fixed-bottom {
86-
min-width: 600px!important;
83+
.container {
84+
padding-right: 70px!important;
8785
}
8886
.list-group.designer-library {
89-
max-height:100px!important;
87+
max-height:100px!important;
9088
}
9189
#designer-toolbar-item-search {
9290
display: none;
@@ -101,7 +99,7 @@ span.glyphicon.glyphicon-menu-left {
10199
and (max-width : 667px)
102100
and (orientation : landscape) {
103101
.list-group.designer-library {
104-
max-height:150px;
102+
max-height:130px;
105103
}
106104
#designer-toolbar-item-search {
107105
display: none;

0 commit comments

Comments
 (0)