From b845c3fe238d2115317875b8107035913a27e911 Mon Sep 17 00:00:00 2001 From: TLSM Date: Fri, 16 Sep 2022 10:20:38 -0400 Subject: [PATCH] chat: right-align message deletion button. --- files/templates/chat.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 3ca42cd05..c1a9f9bad 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -99,6 +99,10 @@ background-color: transparent !important; } + .chat-line-content { + width: 100%; + } + .cdiv { overflow: hidden; margin-left: 27px; @@ -111,6 +115,10 @@ border-color: transparent !important; } + .del { + float: right; + } + lite-youtube { min-width: min(80vw,500px); } @@ -134,7 +142,7 @@
-
+