Skip to content

Commit 66b79eb

Browse files
committed
CSS: max button size
1 parent 5b28ce1 commit 66b79eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

static/css/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ html[data-useragent*='MSIE 10.0'] .small-icons .status-icon {
267267
background-size: 100%;
268268
background-repeat: no-repeat;
269269
min-width: 90px;
270+
max-width: 90px;
271+
max-height: 113px;
270272
}
271273

272274
.disabled div.roundsymbol {
@@ -338,9 +340,6 @@ html[data-useragent*='MSIE 10.0'] .small-icons .status-icon {
338340
text-align: center;
339341
color: #336699;
340342
}
341-
.roundlabel:lang(zh-CN), .roundlabel:lang(zh-HK) {
342-
padding-bottom: .2em;
343-
}
344343

345344
body:not(.hasFota) .fota {
346345
display: none;

0 commit comments

Comments
 (0)