Hide forms coming from the main repo

pull/21/head
Brogan Clements 2022-04-22 10:49:36 -04:00
parent e9c1131a42
commit 9b2bcead16
1 changed files with 7 additions and 0 deletions

View File

@ -270,8 +270,13 @@ footer {
}
}
form {
visibility: hidden;
}
.searchbar {
padding-bottom: 0.3em;
visibility: visible;
}
.searchterm {
@ -286,6 +291,7 @@ footer {
border-radius: 0.3em;
padding: 0.15em 0.15em 0.15em 0.15em;
width: 15.4em;
visibility: visible;
}
@ -357,6 +363,7 @@ footer {
overflow: scroll;
width: 18em;
overflow-x: hidden;
visibility: visible;
}
.filterHeader {