From 10d1a1fcb1958ab88ba88e2aa8dc8de8691b60f8 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sat, 13 Jun 2026 12:18:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E9=A2=98=E6=A0=8F=20=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E6=94=B9=20=20+=20=E8=A1=8C=E9=AB=98=E5=8A=A0?= =?UTF-8?q?=E5=88=B02=20=E5=A2=9E=E5=BC=BA=E5=8F=AF=E8=A7=81=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/tui_service.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/tui_service.py b/services/tui_service.py index e3f1962..fd07d78 100644 --- a/services/tui_service.py +++ b/services/tui_service.py @@ -557,12 +557,12 @@ class TUIFramework(App): Screen { layout: grid; grid-size: 1 5; - grid-rows: 1 1 auto 1fr 3; + grid-rows: 1 2 auto 1fr 3; } #title-bar { padding: 0 1; - background: $panel; + background: $accent; color: $text; text-style: bold; }