From 5175d96a4eda20edafa482a0a1f7ee72b4728a98 Mon Sep 17 00:00:00 2001 From: bopol Date: Sun, 6 Dec 2020 20:05:06 +0100 Subject: [PATCH] cross-post images: remove max-width limit there is already a 100% max-width for #post .image img, and the removed attribute caused an overflow --- dist/css/styles.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/dist/css/styles.css b/dist/css/styles.css index 3c3ca14..8b667c6 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -882,9 +882,6 @@ input[type="submit"]:hover, margin-left: 6px; font-size: small; } -#post .crosspost .image img { - max-width: 600px; -} #post .gallery { float: left; width: 100%;