From ee7bf49804bfb53775424d4c12294445497b610f Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:07:53 -0700 Subject: [PATCH] Change back list style --- css/html_instruct_style.css | 1 - css/main.css | 2 -- 2 files changed, 3 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 09596c73..286029fb 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -19,7 +19,6 @@ .chat .message-body ul, .chat .message-body ol { margin-bottom: 1.25em !important; - padding-left: 1.1em !important; } .dark .message-body p em { diff --git a/css/main.css b/css/main.css index 50a0ee0b..da0e3814 100644 --- a/css/main.css +++ b/css/main.css @@ -591,8 +591,6 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { } .chat ol, .chat ul { - padding-left: 40px !important; - list-style-position: outside !important; margin-top: 6px !important; }