Fixed screen switching

This commit is contained in:
NI
2020-07-29 16:02:06 +08:00
parent 21fd0de2da
commit 1c018ce560
4 changed files with 39 additions and 12 deletions

View File

@@ -32,6 +32,10 @@
flex: auto;
}
#home-content > .screen.screen-inactive {
flex: 0 0 0;
}
#home-content > .screen > .screen-error {
display: block;
padding: 10px;