Skip to content

Commit bdb4377

Browse files
committed
Update css for android
1 parent 5ea3931 commit bdb4377

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

merges/android/styles/mobile.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,13 @@ body {
9898
#designer-toolbar-item-extension {
9999
display: none;
100100
}
101+
}
102+
103+
/* Phablet */
104+
@media only screen
105+
and (max-width : 1000px)
106+
and (orientation : landscape) {
107+
#designer-toolbar-item-extension {
108+
display: none;
109+
}
101110
}

0 commit comments

Comments
 (0)