Skip to content

Commit e4ae29c

Browse files
committed
MOBILE-2103 style: Fix empty boxes for small screens
1 parent 8031dc7 commit e4ae29c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

www/core/scss/styles.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,26 @@ i, cite, em, var, address, dfn {
15301530
}
15311531
}
15321532

1533+
@media only screen and (max-height: 420px) {
1534+
.mm-empty-box {
1535+
position: relative;
1536+
1537+
.mm-empty-box-content {
1538+
padding: $item-padding / 2;
1539+
}
1540+
.icon {
1541+
font-size: 100px;
1542+
}
1543+
img {
1544+
height: 104px;
1545+
width: 121px;
1546+
}
1547+
.icon + p, img + p {
1548+
padding-top: $item-padding / 2;
1549+
}
1550+
}
1551+
}
1552+
15331553
progress {
15341554
-webkit-appearance: none;
15351555
appearance: none;

0 commit comments

Comments
 (0)