Use CSS class to hide elements

This commit is contained in:
Unrud 2019-11-03 14:06:42 +01:00
parent dfa70a56b5
commit b5af659f79
3 changed files with 13 additions and 9 deletions

View file

@ -10,6 +10,10 @@
user-select: none;
}
.hidden {
display: none;
}
html,
body,
body > div {