artwork-material now uses mediaitem-artwork

This commit is contained in:
booploops 2022-06-14 05:02:31 -07:00
parent b2dad9d857
commit a47fa00093
4 changed files with 7 additions and 7 deletions

View file

@ -311,19 +311,19 @@ a.dropdown-item {
overflow: hidden;
pointer-events: none;
> img {
img {
position: absolute;
width: 200%;
opacity: 0.5;
filter: brightness(200%) blur(180px) saturate(280%) contrast(2);
}
> img:first-child {
img:first-child {
top: 0;
left: 0;
}
> img:last-child {
img:last-child {
bottom: 0;
right: 0;
transform: rotate(180deg);