Addressed an issue that thumbnail images might have extra spacing at the bottom.

This commit is contained in:
Frank419 2024-08-27 17:56:43 +08:00
parent 16d09400c3
commit e4ca6753ec

View File

@ -501,6 +501,7 @@ table tbody tr:nth-child(2n) {
display: block;
text-decoration: none;
width: 100%;
line-height: 0;
height: var(--minimalistflex-max-height);
box-shadow: var(--minimalistflex-card-shadow);
border-radius: 2px;