Add text resize feature, and change font of console screen to Hack.

This commit is contained in:
NI
2019-12-12 16:45:55 +08:00
parent aeb339ce49
commit 19473ae161
11 changed files with 250 additions and 41 deletions

View File

@@ -369,6 +369,16 @@
flex-direction: column;
color: #fff;
font-size: 1.2em;
position: relative;
}
#home-content-preload-drop {
height: 0px;
width: 0px;
overflow: hidden;
position: absolute;
bottom: 0;
right: 0;
}
@media (max-width: 768px) {
@@ -377,26 +387,6 @@
}
}
#home-content > .screen {
display: flex;
justify-content: top;
flex-direction: column;
font-size: 1em;
}
#home-content > .screen > .screen-error {
display: block;
padding: 10px;
background: #b44;
color: #fff;
font-size: 0.75em;
flex: 0 0;
}
#home-content > .screen > .screen-screen {
flex: auto;
}
#home-content-wrap {
max-width: 520px;
margin: 50px auto;