feat: update HTML structure and add version display in the navbar

This commit is contained in:
2025-02-16 10:26:36 +01:00
parent 2fb2a2f183
commit 2f34a0ca4e
8 changed files with 209 additions and 26 deletions

View File

@ -1006,4 +1006,11 @@ input[type="submit"]:disabled,
.spool-button:hover {
opacity: 0.8;
}
.version {
font-size: 0.4em;
color: #000;
vertical-align: middle;
margin-left: 0.5rem;
}