Fix the thumbnail issue on iOS

This commit is contained in:
somoso 2021-01-12 15:43:27 +00:00
parent eb735a42fe
commit 6eb9e6f0c0

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;