summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBotMaster3000 <jdgebauer@gmx.de>2021-06-07 20:15:10 +0200
committerBotMaster3000 <jdgebauer@gmx.de>2021-06-07 20:15:10 +0200
commit5c4558ace570c183d756f5cfa4f244cfd0b0a2db (patch)
tree22b52a4500406da63be2de274aa92bd37629cdeb /cli
parentd79e2323c0ee089348720f8dbaabce80d074a5ad (diff)
downloadonionshare-5c4558ace570c183d756f5cfa4f244cfd0b0a2db.tar.gz
onionshare-5c4558ace570c183d756f5cfa4f244cfd0b0a2db.zip
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.
Diffstat (limited to 'cli')
-rw-r--r--cli/onionshare_cli/resources/static/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/onionshare_cli/resources/static/css/style.css b/cli/onionshare_cli/resources/static/css/style.css
index 57b23fdb..4805a3f2 100644
--- a/cli/onionshare_cli/resources/static/css/style.css
+++ b/cli/onionshare_cli/resources/static/css/style.css
@@ -202,6 +202,7 @@ ul.breadcrumbs li a:link, ul.breadcrumbs li a:visited {
}
.chat-wrapper {
+ max-width: 80%;
display: flex;
flex-direction: column;
flex: 1;