From 21fd34710c493d3bf0edef26217fb63655781537 Mon Sep 17 00:00:00 2001 From: Butter Cat Date: Wed, 24 Jul 2024 19:56:06 -0400 Subject: [PATCH] Fix font sizes in search bar being incorrect (#190) --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index aac1821..4a05053 100644 --- a/static/style.css +++ b/static/style.css @@ -667,6 +667,8 @@ select { cursor: pointer; } +#searchbox > * { font-size: 15px; } + select, #search { border: none;