This commit is contained in:
Tim Bendt
2025-05-01 12:40:55 -04:00
parent 0c756b55e9
commit fe22010a68

View File

@@ -15,6 +15,7 @@ Label#message_label {
} }
StatusTitle { StatusTitle {
dock: top;
width: 100%; width: 100%;
height: 1; height: 1;
color: $text; color: $text;
@@ -23,9 +24,12 @@ StatusTitle {
} }
EnvelopeHeader { EnvelopeHeader {
dock: top;
margin-top: 1;
width: 100%; width: 100%;
height: 1; height: 1;
background: $panel; tint: $primary 10%;
} }
#main_content { #main_content {