ui: GUI update (#14)

This commit is contained in:
Gerlof van Ek
2022-11-10 22:49:55 +01:00
committed by GitHub
parent c0c2c8b9bb
commit e525878aef
35 changed files with 23547 additions and 4274 deletions

View File

@@ -16,16 +16,16 @@
.floatright
{
position: fixed;
top: 2em;
right: 2em;
position:fixed;
top:10px;
right:18px;
margin: 0;
z-index: 50;
width:calc(33.33% - 25px);
}
.error
{
border: 1px solid red;
background:#ff5b5b;
}
.error_msg