Hide thumbnail and tools from list-view album cards.

master
voussoir 2019-12-21 14:47:04 -08:00
parent 41058ccc9e
commit d509e3cd20
1 changed files with 9 additions and 0 deletions

View File

@ -46,6 +46,11 @@
max-height: 100%;
margin: auto;
}
.album_card_list .album_card_thumbnail
{
display: none;
}
.album_card_title
{
grid-area: title;
@ -60,6 +65,10 @@
right: 4px;
bottom: 4px;
}
.album_card_list .album_card_tools
{
display: none;
}
.photo_card
{