Use svg for control bar icon

Simplifies alignment. In preparation for horizontal control bar modes.
This commit is contained in:
Tobias
2026-02-18 10:54:32 +01:00
parent f0d217719c
commit 52bc5a5f9f
3 changed files with 104 additions and 2 deletions

View File

@@ -536,7 +536,10 @@ html {
/* Control bar content */
#noVNC_control_bar .noVNC_logo {
font-size: 13px;
display: block;
max-width: 35px;
max-height: 35px;
object-fit: contain;
}
.noVNC_logo + hr {