refactor: tidy modal styles

This commit is contained in:
2026-01-19 15:15:26 +01:00
parent 0bf6db7980
commit 889ac62a9a

View File

@@ -61,8 +61,8 @@ Screen {
DataTable { DataTable {
height: 1fr; height: 1fr;
background: #141622; background: #141622;
color: #d6dbf2; color: #c7cfe8;
border: solid #2b2f45; border: solid #262a3f;
scrollbar-size-horizontal: 0; scrollbar-size-horizontal: 0;
} }
@@ -134,21 +134,16 @@ ProgressBar#progress_bar > .progress-bar--bar {
background: #8bd5ca; background: #8bd5ca;
} }
HelpScreen { HelpScreen,
StatsScreen,
FilterScreen {
align: center middle; align: center middle;
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
} }
HelpScreen Static { HelpScreen Static,
background: transparent; StatsScreen Static,
} FilterScreen Static {
StatsScreen {
align: center middle;
background: rgba(0, 0, 0, 0.7);
}
StatsScreen Static {
background: transparent; background: transparent;
} }
@@ -213,7 +208,7 @@ StatsScreen .help_list > ListItem > Label {
} }
.help_list { .help_list {
width: 1fr; width: 100%;
height: auto; height: auto;
background: transparent; background: transparent;
padding: 0 1; padding: 0 1;
@@ -239,20 +234,11 @@ StatsScreen .help_list > ListItem > Label {
height: 3; height: 3;
text-align: center; text-align: center;
content-align: center middle; content-align: center middle;
color: #bac2de; color: #b6bfdc;
margin-top: 1; margin-top: 1;
border-top: solid #4b5165; border-top: solid #4b5165;
} }
FilterScreen {
align: center middle;
background: rgba(0, 0, 0, 0.7);
}
FilterScreen Static {
background: transparent;
}
#filter_container { #filter_container {
width: 60; width: 60;
height: auto; height: auto;
@@ -281,7 +267,7 @@ FilterScreen Static {
height: 2; height: 2;
text-align: center; text-align: center;
content-align: center middle; content-align: center middle;
color: #bac2de; color: #b6bfdc;
margin-top: 1; margin-top: 1;
} }
""" """