Add room notifications.

This commit is contained in:
2018-12-13 17:47:58 -08:00
parent 56878533f4
commit d95e383fb1
2 changed files with 27 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ div.base-wrapper {
display: flex;
height: 100%;
div {
> div {
padding: 5px;
box-sizing: border-box;
}
@@ -100,9 +100,15 @@ div.base-wrapper {
*/
div.rooms-wrapper {
flex-shrink: 0;
}
a {
display: block;
div.room-link-wrapper {
whitespace: nowrap;
display: flex;
padding: 0px;
span, a {
margin-right: 5px;
}
}