box shadow

This commit is contained in:
Erica Z 2024-11-16 09:57:14 +01:00
parent dac78ffd2a
commit a24b190edc
2 changed files with 7 additions and 0 deletions

View file

@ -29,6 +29,8 @@ template $AudreyUiPlayQueue: Adw.Bin {
margin-end: 24;
Picture {
styles [ "playing-cover-art" ]
valign: center;
halign: center;

View file

@ -49,3 +49,8 @@ gridview.albums child {
gridview.albums child image {
margin: 10px;
}
#play-queue-page picture.playing-cover-art {
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 7px;
}