Add border-radius to album cards, like photo cards.

This commit is contained in:
voussoir 2020-07-26 19:17:47 -07:00
parent 3e9e7e6a52
commit 976534982b

View file

@ -32,6 +32,8 @@
height: 225px; height: 225px;
margin: 8px; margin: 8px;
padding: 8px; padding: 8px;
border-radius: 8px;
} }
.album_card_thumbnail .album_card_thumbnail
{ {