parent
947fea9bb7
commit
85f3a9baef
5 changed files with 31 additions and 56 deletions
|
|
@ -33,6 +33,16 @@ $admin-fg: white;
|
|||
margin-top: $chat-standard-padding-xs;
|
||||
margin-bottom: $chat-standard-padding-xs;
|
||||
}
|
||||
|
||||
.room-list {
|
||||
background-color: white;
|
||||
border: 1px solid #e0e0e0;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
.v-subheader {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.chat-root {
|
||||
|
|
@ -44,6 +54,7 @@ $admin-fg: white;
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
padding-bottom: 10px;
|
||||
margin: 0;
|
||||
|
||||
background-color: $chat-background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue