basic nav status counts

This commit is contained in:
Tim Bendt
2025-04-30 16:47:16 -04:00
parent 3a5cb7d5d3
commit 7a5b911414
14 changed files with 72 additions and 19 deletions

View File

@@ -13,3 +13,11 @@ Label#task_prompt_label {
Label#message_label {
padding: 1;
}
StatusTitle {
width: 100%;
height: 1;
color: $text;
background: $surface;
content-align: center middle;
}