From 8ab410b5feb03674c133088e1ea6c6109bfc5c34 Mon Sep 17 00:00:00 2001 From: Moy Date: Wed, 7 May 2025 17:40:09 +0800 Subject: [PATCH] style: adjust input style --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 65ae9fc..e365d4d 100644 --- a/styles.css +++ b/styles.css @@ -22,5 +22,6 @@ If your plugin does not need CSS, delete this file. .blockid-modal-input { width: 100%; - margin-top: 1em; + margin-top: 0.5em; + margin-bottom: 0.5em; } \ No newline at end of file