mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-01-28 04:57:55 +01:00
hide settings conditionally
This commit is contained in:
parent
1b9529455d
commit
963a6ed023
1 changed files with 6 additions and 0 deletions
|
|
@ -28,6 +28,12 @@ a:hover {
|
|||
.mainButtons button {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
.chorded .hideChorded {
|
||||
display: none;
|
||||
}
|
||||
.lyrics .hideLyrics {
|
||||
display: none;
|
||||
}
|
||||
label.forCheckbox {
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue