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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -188,7 +188,8 @@
|
|||
"hide_all": "Hide",
|
||||
"show_all": "Show all >",
|
||||
"leave_room": "Leave",
|
||||
"version_info": "Powered by Guardian Project. Version: {version}"
|
||||
"version_info": "Powered by Guardian Project. Version: {version}",
|
||||
"scan_code": "Scan to join the room"
|
||||
},
|
||||
"room_info_sheet": {
|
||||
"this_room": "This group",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue