Wire up the search bar.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user