From 7dced4f081f17f349e835941be2e1fce3ae36b82 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sun, 28 Sep 2025 17:05:04 -0500 Subject: [PATCH] center text in search --- src/webpage/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 04c15a8..201094e 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1689,7 +1689,7 @@ span.instanceStatus { .searchBox { white-space: nowrap; height: 0.075in; - padding: 7px 10px 13px 10px; + padding: 4px 10px 16px 10px; background: var(--dock-bg); border-radius: 4px; /* overflow-y: auto; */ @@ -1698,7 +1698,6 @@ span.instanceStatus { width: 3in; margin: 0 0.1in; overflow: hidden; - flex-shrink: 0; transition: width 0.2s; }