Merge pull request #46 from somoso/ios-thumbnail-fix

Fix the thumbnail issue on iOS
This commit is contained in:
Spike 2021-01-12 08:46:17 -08:00 committed by GitHub
commit 1895bbc025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -465,7 +465,6 @@ input[type="submit"]:hover { color: var(--accent); }
.post_thumbnail img {
grid-area: 1 / 1 / 2 / 2;
height: 100%;
width: 100%;
object-fit: cover;
align-self: center;