🛠Maintenance refactor
Some checks are pending
docker / docker_dev (push) Waiting to run

This commit is contained in:
jokob-sk
2024-06-29 14:39:12 +10:00
parent 709408ca2a
commit 08b163ebe4
26 changed files with 370 additions and 232 deletions

View File

@@ -27,11 +27,17 @@
font-family: 'Courier New', monospace;
}
.logs-row textarea
{
width: 100%;
}
.logs-row button{
margin: 2px;
}
.logs-row
{
align-content: center;
width: 100%;
display: grid;
margin: 5px;
}
.logs-size
@@ -52,8 +58,7 @@
}
.log-file
{
width: 145px;
display: inline-grid;
font-size: 20px;
}
.log-purge