From 9741eb6a836a695c2108cd544bf2f0f14d85fdfe Mon Sep 17 00:00:00 2001 From: TheGrinder <2921922+CyberDexter@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:22:22 +0200 Subject: [PATCH] change write-message from 32px to 40px to display two lines of typed text instead of one. --- src/element/live-chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/element/live-chat.css b/src/element/live-chat.css index 27b0f64..4f79691 100644 --- a/src/element/live-chat.css +++ b/src/element/live-chat.css @@ -52,7 +52,7 @@ } .live-chat > .write-message > div:nth-child(1) { - height: 32px; + height: 40px; flex-grow: 1; }