Hide thumbnail and tools from list-view album cards.
This commit is contained in:
parent
41058ccc9e
commit
d509e3cd20
1 changed files with 9 additions and 0 deletions
|
@ -46,6 +46,11 @@
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
.album_card_list .album_card_thumbnail
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.album_card_title
|
.album_card_title
|
||||||
{
|
{
|
||||||
grid-area: title;
|
grid-area: title;
|
||||||
|
@ -60,6 +65,10 @@
|
||||||
right: 4px;
|
right: 4px;
|
||||||
bottom: 4px;
|
bottom: 4px;
|
||||||
}
|
}
|
||||||
|
.album_card_list .album_card_tools
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.photo_card
|
.photo_card
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue