File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff 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 : 150 px ;
91+ max-height : 130 px !important ;
9492 }
9593 # designer-toolbar-item-search {
9694 display : none;
Original file line number Diff line number Diff 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 : 150 px ;
102+ max-height : 130 px ;
105103 }
106104 # designer-toolbar-item-search {
107105 display : none;
You can’t perform that action at this time.
0 commit comments