Skip to content

Commit c3a542f

Browse files
committed
chore: bump 5.3.2
1 parent 615bd40 commit c3a542f

File tree

4 files changed

+29
-9
lines changed

4 files changed

+29
-9
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<widget xmlns="http://www.w3.org/ns/widgets"
33
xmlns:cdv="http://cordova.apache.org/ns/1.0"
44
id="com.ecarriou.systemdesignerios"
5-
version="5.3.1">
5+
version="5.3.2">
66
<name>System Designer</name>
77
<description>
88
A low-code development platform for creating systems

icon.png

834 Bytes
Loading

merges/ios/styles/mobile.css

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.ecarriou.systemdesignerios",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)