From 1d2f98348f014ecd7adea516da6edb88a3fe380b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Sat, 28 Jun 2025 09:38:31 +0200 Subject: [PATCH] add a bit of padding to the error box --- static/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.css b/static/index.css index 40fc17d..4e27b08 100644 --- a/static/index.css +++ b/static/index.css @@ -546,6 +546,7 @@ rkgk-brush-editor { & > .errors { margin: 0; + padding: 4px; color: var(--color-error); white-space: pre-wrap;