diff --git a/StreamLabsChats/rena/generation 1/style.css b/StreamLabsChats/rena/generation 1/style.css index 431338c..b8140e6 100644 --- a/StreamLabsChats/rena/generation 1/style.css +++ b/StreamLabsChats/rena/generation 1/style.css @@ -152,7 +152,7 @@ message { message top { position: absolute; bottom: 35px; - right: 160px; + right: 240px; width: 200px; z-index: 99; } @@ -163,12 +163,12 @@ message top author { display: block; overflow: hidden; text-overflow: ellipsis; - word-break: auto-phrase; + word-break: keep-all; width: 100%; } message.long top { - right: 200px; + right: 275px; bottom: 40px; }