From bef7d1492b2c2df5dff4175745058a00af077dd8 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Mon, 3 Jul 2023 05:31:52 +0900 Subject: [PATCH] fix single doc mode height for smol last mes --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index ae5b7aaa3..06dc7a770 100644 --- a/public/style.css +++ b/public/style.css @@ -4281,6 +4281,7 @@ body.documentstyle #chat .mes .mes_text { body.documentstyle #chat .last_mes .mes_text { margin-left: 20px; + min-height: 70px; } body.documentstyle #chat .last_mes:has(> .del_checkbox[style*="display: block"]) .mes_text {