Fix margins
All checks were successful
PostmarketOS Build / Prepare (push) Successful in 13s
PostmarketOS Build / Build for aarch64 (push) Successful in 2m27s
PostmarketOS Build / Build for x86_64 (push) Successful in 55s

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-07-11 04:45:17 +03:00
parent e3877456bd
commit 88fb91c118
2 changed files with 13 additions and 5 deletions

View file

@ -51,18 +51,16 @@ template $MediaPlayerPlayer: Box {
}
ProgressBar progress {
halign: center;
orientation: horizontal;
visible: true;
margin-start: 12;
margin-end: 12;
margin-top: 6;
margin-bottom: 6;
}
Box {
styles [
"nekoplayer-artist",
]
Box controls {
halign: center;
hexpand: false;
visible: true;
@ -112,3 +110,12 @@ template $MediaPlayerPlayer: Box {
}
}
}
SizeGroup {
mode: horizontal;
widgets [
controls,
progress,
]
}

View file

@ -12,6 +12,7 @@
.nekoplayer-title {
font-weight: bold;
font-size: 120%;
padding-top: 12px;
}
.nekoplayer image {