From f261e62b6f29f5df43ddcd7b2ecbdc137dcf351e Mon Sep 17 00:00:00 2001 From: kitoy Date: Mon, 3 Aug 2026 01:56:11 +0200 Subject: [PATCH] add quill style for theme switch --- app/static/themes/chocolate/css/quill-editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/static/themes/chocolate/css/quill-editor.css b/app/static/themes/chocolate/css/quill-editor.css index 8b957b3..718d997 100644 --- a/app/static/themes/chocolate/css/quill-editor.css +++ b/app/static/themes/chocolate/css/quill-editor.css @@ -1,3 +1,5 @@ + + .ql-align-center { text-align: center; }