Improved navigation and room handling
This commit is contained in:
parent
8d652767be
commit
8555436bc7
10 changed files with 229 additions and 164 deletions
|
|
@ -531,7 +531,7 @@ $admin-fg: white;
|
|||
.user-info {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
max-width: 40%;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.show-all {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
.join-user-info {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
max-width: 40%;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,4 +52,12 @@ $chat-button-height: 50px;
|
|||
height: $chat-standard-padding;
|
||||
margin-top: $chat-standard-padding-xs;
|
||||
margin-bottom: $chat-standard-padding-xs;
|
||||
}
|
||||
|
||||
.dialog-title {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.dialog-text {
|
||||
word-break: break-word;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue