fix: 标题栏 背景改 + 行高加到2 增强可见性
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user