Improves admin ui;adds recovery after net issue

This commit is contained in:
2022-03-02 21:10:34 +01:00
parent f499829342
commit d6ced44ff5
6 changed files with 83 additions and 44 deletions

View File

@ -104,3 +104,10 @@ html, body {
animation:fade 1000ms infinite;
-webkit-animation:fade 1000ms infinite;
}
.connectionWarning{
background-color: red;
width: 100vw;
font-size: x-large;
font-family: sans-serif;
}