From d88438be3b044c339abd8b096e7270d844814460 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sat, 13 Jun 2026 11:46:23 +0800 Subject: [PATCH] =?UTF-8?q?style:=20Header=20=E4=B8=8E=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=A0=8F=E4=B9=8B=E9=97=B4=E5=8A=A0=E4=B8=80=E8=A1=8C=E9=97=B4?= =?UTF-8?q?=E8=B7=9D=20(padding-top:=201)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/tui_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/tui_service.py b/services/tui_service.py index bd40259..cb3b9bc 100644 --- a/services/tui_service.py +++ b/services/tui_service.py @@ -560,7 +560,7 @@ class TUIFramework(App): } #monitor-area { - padding: 0 1; + padding: 1 1 0 1; background: $panel; color: $text; }