From 617530296edaa3a3464f31c63a2fb62f5891040c Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 10 Apr 2023 16:04:21 -0300 Subject: [PATCH] Instruct mode color/style improvements --- css/html_instruct_style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 533c547a..f1fa7bb0 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -51,15 +51,16 @@ padding: 15px; border-radius: 20px; background-color: #0000000f; - margin-bottom: 17.5px; + margin-top: 9px !important; + margin-bottom: 18px !important; } .gradio-container .chat .user-message { padding: 15px; border-radius: 20px; - margin-bottom: 17.5px !important; + margin-bottom: 9px !important; } .dark .chat .assistant-message { - background-color: #ffffff21; + background-color: #374151; } \ No newline at end of file