box shadow
This commit is contained in:
parent
dac78ffd2a
commit
a24b190edc
2 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,8 @@ template $AudreyUiPlayQueue: Adw.Bin {
|
||||||
margin-end: 24;
|
margin-end: 24;
|
||||||
|
|
||||||
Picture {
|
Picture {
|
||||||
|
styles [ "playing-cover-art" ]
|
||||||
|
|
||||||
valign: center;
|
valign: center;
|
||||||
|
|
||||||
halign: center;
|
halign: center;
|
||||||
|
|
|
@ -49,3 +49,8 @@ gridview.albums child {
|
||||||
gridview.albums child image {
|
gridview.albums child image {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#play-queue-page picture.playing-cover-art {
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 7px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue