style the modals

This commit is contained in:
Tim Bendt
2025-05-04 19:53:27 -06:00
parent b26674ff4e
commit f56625c9cf
7 changed files with 54 additions and 18 deletions

View File

@@ -111,3 +111,18 @@ Markdown {
#envelopes-list ListItem:odd {
background: rgb(25, 24, 26);
}
#open_message_container, #create_task_container {
dock: bottom;
width: 100%;
padding: 0 1;
height: 5;
Input {
width: 1fr;
}
Label, Button {
width: auto;
}
}