From 53d841c3dcb881a5fa061a3dbd699d8a32f4c5ce Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:43:02 -0800 Subject: [PATCH] Update style.css --- webui/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/static/style.css b/webui/static/style.css index 429b776c..861f4120 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -4713,7 +4713,7 @@ body { /* Header Styling */ .dashboard-header { display: flex; - align-items: flex-start; + align-items: center; justify-content: space-between; padding: 20px 24px; margin: -28px -24px 20px -24px;