PhotoIndex: fix inadvertent thumb stretching in rare cases

This commit is contained in:
Aaron van Geffen 2023-03-13 01:33:10 +01:00
parent c991f05dd3
commit e48f065c25
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ i.space-invader.alt-7::before {
.tiled_grid div img {
background: url('../images/nothumb.svg') center no-repeat;
border: none;
object-fit: cover;
width: 100%;
}
.tiled_grid div h4 {