add volume control slider and overhaul settings close #109

This commit is contained in:
Matt Walsh 2025-11-10 12:54:54 -06:00
commit 6f97e3d2b9
No known key found for this signature in database
12 changed files with 225 additions and 56 deletions

View file

@ -815,4 +815,10 @@ body.kiosk #loading .instructions {
>*:not(#divTwc) {
display: none !important;
}
}
#divInfo {
display: grid;
grid-template-columns: 1fr 1fr;
max-width: 250px;
}