From 90c7e84b0135d8567c0b5c0ed0ea150250cba3a6 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:50:13 -0800 Subject: [PATCH] UI: improve chat style margin for last bot message --- css/chat_style-cai-chat.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/chat_style-cai-chat.css b/css/chat_style-cai-chat.css index 547082b5..ba0c8f13 100644 --- a/css/chat_style-cai-chat.css +++ b/css/chat_style-cai-chat.css @@ -1,7 +1,7 @@ .message { display: grid; grid-template-columns: 60px minmax(0, 1fr); - padding-bottom: 25px; + padding-bottom: 15px; font-size: 15px; font-family: 'Noto Sans', Helvetica, Arial, sans-serif; line-height: 22.5px !important; @@ -52,10 +52,6 @@ margin-bottom: 10px !important; } -.message-body p:last-child, .chat .message-body ul:last-child, .chat .message-body ol:last-child { - margin-bottom: 0 !important; -} - .dark .message-body p em { color: rgb(138 138 138) !important; }