mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 01:13:19 +00:00
Fix tasks and sidebar padding
This commit is contained in:
parent
f8ff4eb3c4
commit
84760b603d
3 changed files with 12 additions and 9 deletions
|
@ -34,7 +34,9 @@ export component AppWindow inherits Window {
|
|||
clicked => { show-tasks = true }
|
||||
}
|
||||
}
|
||||
SideBar {}
|
||||
SideBar {
|
||||
min-width: 256px;
|
||||
}
|
||||
}
|
||||
VerticalLayout {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue