Adjust console font resize interface for easier access, and make min-allowed font size to 8

This commit is contained in:
NI
2019-12-15 16:22:26 +08:00
parent dff3857306
commit 0c8db2d243
3 changed files with 105 additions and 42 deletions

View File

@@ -285,12 +285,18 @@ body {
box-shadow: 1px 1px 0 2px #0003;
}
.icon.icon-keyboardkey2 {
background: #fff;
color: #999;
.icon.icon-iconed-bottom1 {
padding: 4px 6px;
display: inline-block;
border-radius: 3px;
text-align: center;
}
.icon.icon-iconed-bottom1 > i {
font-style: normal;
display: block;
margin: 3px;
font-size: 2em;
font-weight: normal;
}
/* Windows */