From a9f9a242ec01e11e8e5fde76516738611209fd00 Mon Sep 17 00:00:00 2001 From: Miwory Date: Fri, 15 Aug 2025 13:23:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StreamLabsChats/rena/generation 1/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }