parent
fdd583b1b5
commit
1b6671a6a7
6 changed files with 129 additions and 5 deletions
|
|
@ -688,7 +688,7 @@ $admin-fg: white;
|
|||
}
|
||||
|
||||
.room-info {
|
||||
background-color: #e0e0e0;
|
||||
background-color: #e8e8e8;
|
||||
height: 100%;
|
||||
.chat-header {
|
||||
background-color: transparent;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,8 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
|
|||
color: white;
|
||||
border: none;
|
||||
border-radius: $chat-standard-padding / 2;
|
||||
height: $chat-standard-padding;
|
||||
height: $chat-standard-padding !important;
|
||||
min-height: $chat-standard-padding !important;
|
||||
margin-top: $chat-standard-padding-xs;
|
||||
margin-bottom: $chat-standard-padding-xs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue