@@ -61,7 +61,7 @@ span.glyphicon.glyphicon-menu-left {
6161 right : -20px ;
6262}
6363
64- /* iPhone 5 / 5S / SE */
64+ /* 4" physical screen size */
6565@media only screen
6666 and (max-width : 600px )
6767 and (orientation : landscape) {
@@ -88,7 +88,7 @@ span.glyphicon.glyphicon-menu-left {
8888 }
8989 }
9090
91- /* iPhone 6 / 7 / 8 */
91+ /* 4.7" physical screen size */
9292@media only screen
9393 and (max-width : 667px )
9494 and (orientation : landscape) {
@@ -122,7 +122,7 @@ span.glyphicon.glyphicon-menu-left {
122122 }
123123 }
124124
125- /* iPhone 6+ / 7+ / 8+ */
125+ /* 5.5" physical screen size */
126126@media only screen
127127 and (max-width : 736px )
128128 and (orientation : landscape) {
@@ -140,7 +140,7 @@ span.glyphicon.glyphicon-menu-left {
140140 }
141141 }
142142
143- /* iPhone X, iPhone XS */
143+ /* 5.8" physical screen size */
144144@media only screen
145145 and (device-width : 375px )
146146 and (device-height : 812px )
@@ -165,7 +165,7 @@ span.glyphicon.glyphicon-menu-left {
165165 }
166166 }
167167
168- /* iPhone XR */
168+ /* 6.1" physical screen size */
169169@media only screen
170170 and (device-width : 414px )
171171 and (device-height : 896px )
@@ -190,7 +190,7 @@ span.glyphicon.glyphicon-menu-left {
190190 }
191191 }
192192
193- /* iPhone XS Max */
193+ /* 6.5" physical screen size */
194194@media only screen
195195 and (device-width : 414px )
196196 and (device-height : 896px )
@@ -203,5 +203,25 @@ span.glyphicon.glyphicon-menu-left {
203203 }
204204 # designer-toolbar-item-command {
205205 display : none;
206- }
206+ }
207+ # designer-toolbar-item-extension {
208+ display : none;
209+ }
210+ }
211+
212+ /* 6.7" physical screen size */
213+ @media only screen
214+ and (device-width : 430px )
215+ and (device-height : 932px )
216+ and (-webkit-device-pixel-ratio : 3 )
217+ and (orientation : landscape) {
218+ .list-group .designer-library {
219+ max-height : 90px ;
220+ }
221+ # designer-toolbar-item-command {
222+ display : none;
223+ }
224+ # designer-toolbar-item-extension {
225+ display : none;
226+ }
207227 }
0 commit comments