new art sizing

This commit is contained in:
Erica Z 2024-10-20 16:25:30 +02:00
parent 83b2db4b76
commit 2f96d2216d

View file

@ -45,16 +45,15 @@ template $UiWindow: Adw.ApplicationWindow {
Adw.Clamp {
halign: center;
maximum-size: 400;
width-request: 400;
margin-top: 24;
margin-bottom: 24;
margin-start: 24;
margin-end: 24;
Image {
Picture {
valign: center;
styles [ "frame" ]
halign: center;
pixel-size: 400;
paintable: bind template.playing_cover_art;
}
}