hide settings conditionally

This commit is contained in:
Carlos Galindo 2026-01-24 13:06:07 +01:00
commit 963a6ed023

View file

@ -28,6 +28,12 @@ a:hover {
.mainButtons button { .mainButtons button {
margin-bottom: .5em; margin-bottom: .5em;
} }
.chorded .hideChorded {
display: none;
}
.lyrics .hideLyrics {
display: none;
}
label.forCheckbox { label.forCheckbox {
text-wrap: nowrap; text-wrap: nowrap;
} }