Improved navigation and room handling

This commit is contained in:
N-Pex 2021-01-28 22:13:08 +01:00
parent 8d652767be
commit 8555436bc7
10 changed files with 229 additions and 164 deletions

View file

@ -531,7 +531,7 @@ $admin-fg: white;
.user-info {
display: flex;
flex-wrap: nowrap;
max-width: 40%;
max-width: 80%;
}
.show-all {

View file

@ -42,7 +42,7 @@
.join-user-info {
display: flex;
flex-wrap: nowrap;
max-width: 40%;
max-width: 300px;
}
}

View file

@ -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;
}