Hides more unimplemented features via CSS.

This commit is contained in:
Dominik Picheta 2018-05-21 23:19:02 +01:00
commit 79c61613cd

View file

@ -63,6 +63,7 @@ $logo-height: $navbar-height - 20px;
.search-input {
@extend .form-input;
border-color: $navbar-border-color-dark;
display: none; // TODO: Make search work and remove this.
}
.search-input:focus {
@ -684,6 +685,6 @@ hr {
}
}
#search-box, .category {
.category, div.flag-button {
display: none;
}