From 63ddd82792c27ead236c334a8bb1648141d18a71 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 7 Mar 2023 18:04:50 +0200 Subject: [PATCH] Fix search bar --- public/index.html | 6 +++--- public/style.css | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index a66cee149..28efb458c 100644 --- a/public/index.html +++ b/public/index.html @@ -4385,9 +4385,6 @@ -
- -
@@ -4399,6 +4396,9 @@ +
+ +
diff --git a/public/style.css b/public/style.css index 53978584e..ddad5e708 100644 --- a/public/style.css +++ b/public/style.css @@ -690,8 +690,7 @@ select option:not(:checked) { /* works to color unselected items */ } #character_search_bar { - width: 90%; - font-size: 1.2em; + font-size: 1em; padding-left: 0.75em; }