From 6eb9e6f0c09fb5632c31dc160bbd721f39e0eea0 Mon Sep 17 00:00:00 2001 From: somoso Date: Tue, 12 Jan 2021 15:43:27 +0000 Subject: [PATCH] Fix the thumbnail issue on iOS --- static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/style.css b/static/style.css index fc5a7ff..9d8ce96 100644 --- a/static/style.css +++ b/static/style.css @@ -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;