mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05:00
Set the Max-Width of the Chat-Window to 80%
Too long single-line messages can cause the ChatUser-Panel to disappear. Allowing the windows of the Chat to be only 80% of width will cause a automatic linebreak in such a case.
This commit is contained in:
parent
779a26f9d2
commit
6eec8da657
@ -202,6 +202,7 @@ ul.breadcrumbs li a:link, ul.breadcrumbs li a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-wrapper {
|
.chat-wrapper {
|
||||||
|
max-width: 80%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user