Add an (un-wired) input for searching rooms.

This commit is contained in:
2019-05-19 13:32:57 -07:00
parent 8173a4d74a
commit a4c40dca28
2 changed files with 7 additions and 0 deletions

View File

@@ -156,6 +156,12 @@ div.base-wrapper {
div.rooms-wrapper {
flex-shrink: 0;
background-color: $background-color-light;
.room-search {
padding: 5px;
width: 100%;
box-sizing: border-box;
}
}
div.room-link-wrapper {