Wire up the search bar.

This commit is contained in:
2019-05-19 13:42:22 -07:00
parent a4c40dca28
commit 3a31f98f3b
4 changed files with 18 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ div.room-link-wrapper {
padding-left: 5px;
margin: 3px;
align-items: center;
span, a {
margin-right: 5px;
color: lightgrey;
@@ -186,6 +186,10 @@ div.room-link-wrapper {
&.active {
border-left: solid 2px $primary-color;
}
&.hidden {
display: none;
}
}
div.reconnect-wrapper {