From 7384cb07a4bffe3a5bf2ffb485c228a94b6d6763 Mon Sep 17 00:00:00 2001 From: Cohee Date: Mon, 7 Aug 2023 14:08:49 +0300 Subject: [PATCH] Remove margins for block quotes --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index d12e22325..fa909e89e 100644 --- a/public/style.css +++ b/public/style.css @@ -227,6 +227,7 @@ table.responsiveTable { border-left: 3px solid var(--SmartThemeQuoteColor); padding-left: 10px; background-color: var(--black30a); + margin: 0; } .mes_text strong em, @@ -5469,4 +5470,4 @@ body.waifuMode .zoomed_avatar { background-color: var(--SmartThemeBlurTintColor); text-align: center; line-height: 14px; -} \ No newline at end of file +}