Fix margins
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
e3877456bd
commit
88fb91c118
2 changed files with 13 additions and 5 deletions
|
@ -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,
|
||||
]
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
.nekoplayer-title {
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.nekoplayer image {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue