From ba2d68105ac68520f6774b3a0483c7a7b8978335 Mon Sep 17 00:00:00 2001 From: DBT Date: Thu, 26 Feb 2026 00:31:11 +0000 Subject: [PATCH] webui mobile polish: compact header/status and improve dashboard spacing --- webui/src/components/Header.tsx | 18 +++++++++--------- webui/src/pages/Dashboard.tsx | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/webui/src/components/Header.tsx b/webui/src/components/Header.tsx index b452897..f5245d7 100644 --- a/webui/src/components/Header.tsx +++ b/webui/src/components/Header.tsx @@ -13,20 +13,20 @@ const Header: React.FC = () => { }; return ( -
-
+
+
-
- +
+
- ClawGo + ClawGo
-
-
- {t('gatewayStatus')}: +
+
+ {t('gatewayStatus')}: {isGatewayOnline ? (
@@ -40,7 +40,7 @@ const Header: React.FC = () => { )}
-
+