From 5f32fba499b0945e82e243a984995be4f8785910 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 20 Jul 2025 00:25:13 +0300 Subject: [PATCH] Increase padding of rm fixed top --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index a5e6f31a8..f22ff0335 100644 --- a/public/style.css +++ b/public/style.css @@ -3089,7 +3089,7 @@ select option:not(:checked) { } #charListFixedTop { - padding: 1px; + padding: 5px; } #form_character_search_form {