From 5c62320a6272b69700afd9b184939118494aa5e2 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:05:29 -0700 Subject: [PATCH] Update cai-chat-square style --- css/chat_style-cai-chat-square.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/chat_style-cai-chat-square.css b/css/chat_style-cai-chat-square.css index 0d64524e..0098da35 100644 --- a/css/chat_style-cai-chat-square.css +++ b/css/chat_style-cai-chat-square.css @@ -1,8 +1,9 @@ @import url("file/css/chat_style-cai-chat.css"); .circle-bot, .circle-you { - height: 75px; - border-radius: 8.333px; + height: 90px; + width: 60px; + border-radius: 10px; background-color: #656565; } @@ -16,4 +17,5 @@ .message { padding-bottom: 30px; + grid-template-columns: 70px minmax(0, 1fr); }