working good state

This commit is contained in:
Tim Bendt
2025-05-01 11:59:28 -04:00
parent 7a5b911414
commit 1f75a03553
20 changed files with 173 additions and 78 deletions

View File

@@ -18,6 +18,16 @@ StatusTitle {
width: 100%;
height: 1;
color: $text;
background: $surface;
background: rgb(64, 62, 65);
content-align: center middle;
}
EnvelopeHeader {
width: 100%;
height: auto;
background: $panel;
}
#main_content {
padding: 1 2;
}