mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 09:23:18 +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
|
@ -10,14 +10,19 @@ export component SideBar inherits Rectangle {
|
|||
padding: 16px;
|
||||
spacing: 16px;
|
||||
HorizontalLayout {
|
||||
alignment: space-between;
|
||||
spacing: 64px;
|
||||
alignment: stretch;
|
||||
VText {
|
||||
text: "Sources";
|
||||
font-size: 1.5rem;
|
||||
horizontal-stretch: 0;
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
horizontal-stretch: 1;
|
||||
}
|
||||
|
||||
VActionButton {
|
||||
horizontal-stretch: 0;
|
||||
icon-svg: Svg.plus;
|
||||
icon-colorize: Palette.green;
|
||||
background: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue