From 357c1ad37aba6f459130ab3090f28148b455f72e Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Fri, 18 Jul 2025 13:39:53 -0500 Subject: [PATCH] resolve minor CSS bug --- src/webpage/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index 30d60da..951aa81 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2917,6 +2917,9 @@ fieldset input[type="radio"] { width: 0px; padding: 0; } + .searchBox:empty::after { + content: ""; + } #searchX { position: absolute; width: 24px;