Fix photo cards being too wide due to img misjudging height.
This commit is contained in:
parent
82a6103d8d
commit
87126c1b89
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
||||||
.album_card_thumbnail img
|
.album_card_thumbnail img
|
||||||
{
|
{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 150px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
.album_card_list .album_card_thumbnail
|
.album_card_list .album_card_thumbnail
|
||||||
|
@ -212,7 +212,7 @@
|
||||||
.photo_card_grid .photo_card_thumbnail img
|
.photo_card_grid .photo_card_thumbnail img
|
||||||
{
|
{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 150px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue