From ccb4c9f1787bd017dd9167a61a73d44d79efcfd8 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 6 Jun 2023 07:21:16 -0300 Subject: [PATCH] Add some padding to chat box --- css/chat_style-TheEncrypted777.css | 1 + css/chat_style-cai-chat.css | 1 + css/chat_style-messenger.css | 1 + css/chat_style-wpp.css | 1 + css/html_instruct_style.css | 1 + 5 files changed, 5 insertions(+) diff --git a/css/chat_style-TheEncrypted777.css b/css/chat_style-TheEncrypted777.css index 25b48a9..4d8d547 100644 --- a/css/chat_style-TheEncrypted777.css +++ b/css/chat_style-TheEncrypted777.css @@ -11,6 +11,7 @@ flex-direction: column-reverse; word-break: break-word; overflow-wrap: anywhere; + padding-top: 1px; } .message { diff --git a/css/chat_style-cai-chat.css b/css/chat_style-cai-chat.css index 5223d60..fd28ba1 100644 --- a/css/chat_style-cai-chat.css +++ b/css/chat_style-cai-chat.css @@ -9,6 +9,7 @@ flex-direction: column-reverse; word-break: break-word; overflow-wrap: anywhere; + padding-top: 1px; } .message { diff --git a/css/chat_style-messenger.css b/css/chat_style-messenger.css index 7557a1c..b5769df 100644 --- a/css/chat_style-messenger.css +++ b/css/chat_style-messenger.css @@ -9,6 +9,7 @@ flex-direction: column-reverse; word-break: break-word; overflow-wrap: anywhere; + padding-top: 1px; } .message { diff --git a/css/chat_style-wpp.css b/css/chat_style-wpp.css index fda7578..5371c61 100644 --- a/css/chat_style-wpp.css +++ b/css/chat_style-wpp.css @@ -9,6 +9,7 @@ flex-direction: column-reverse; word-break: break-word; overflow-wrap: anywhere; + padding-top: 1px; } .message { diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 92080d6..6956e92 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -9,6 +9,7 @@ flex-direction: column-reverse; word-break: break-word; overflow-wrap: anywhere; + padding-top: 1px; } .message {