File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 170
170
// 11em large
171
171
function construct3dBox (boardGame ) {
172
172
const largeDimension = 11 ; // 11em
173
- const mediumDimension = 21 ; // 21vw
173
+ const mediumDimension = 19 ; // 19vw
174
174
const smallDimension = 29 ; // 29vw
175
175
const tinyDimension = 41 ; // 41vw
176
176
boardGame .dimensionTiers = {
Original file line number Diff line number Diff line change @@ -1188,7 +1188,7 @@ button,
1188
1188
menu .with-search-bar {
1189
1189
height : auto;
1190
1190
1191
- padding-left : 1em ;
1191
+ padding-left : max ( 1em , env (safe-area-inset-left)) ;
1192
1192
padding-right : max (1em , env (safe-area-inset-right));
1193
1193
padding-top : 0.75em ;
1194
1194
padding-bottom : 0.75em ;
@@ -1281,7 +1281,7 @@ button,
1281
1281
.record ,
1282
1282
.board-game ,
1283
1283
.book {
1284
- width : 21 vw ;
1284
+ width : 19 vw ;
1285
1285
}
1286
1286
.record a .wrapper ,
1287
1287
.record a : active .wrapper ,
@@ -1298,8 +1298,8 @@ button,
1298
1298
.record .art ,
1299
1299
.board-game .art ,
1300
1300
.book .art {
1301
- max-height : 21 vw ;
1302
- max-width : 21 vw ;
1301
+ max-height : 19 vw ;
1302
+ max-width : 19 vw ;
1303
1303
}
1304
1304
1305
1305
# footer {
You can’t perform that action at this time.
0 commit comments