make hamburger label disappear on larger screen sizes to fix text selection

This commit is contained in:
kleines Filmröllchen 2024-12-10 19:00:05 +01:00
parent 059d9a945d
commit 1b8e8515ba
Signed by: filmroellchen
SSH key fingerprint: SHA256:UMhcHaeI+VGsiUL2Drpw3aj1iRiQUlx8nxZqUPvoaVw

View file

@ -109,6 +109,9 @@ header {
#menu-button {
display: none;
}
#menu-label {
display: none;
}
#menu-checkbox {
display: none;
}
@ -162,7 +165,7 @@ header {
}
#menu-label {
grid-area: hamburger-menu;
display: block;
display: block !important;
margin: auto;
margin-bottom: 1em;
height: 1.2em;