testing mediaitem square without shadow, for optimization

This commit is contained in:
booploops 2022-04-28 20:35:41 -07:00
parent 270d94b200
commit d3c4c3fade

View file

@ -891,6 +891,10 @@
margin: 6px;
cursor: pointer;
.mediaitem-artwork {
box-shadow: unset;
}
&.round {
border-radius: var(--mediaItemRadiusRound);
}