From e324bb91b1427b6363e0fa7ad0be77c8d74f3a87 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Thu, 31 Aug 2023 13:48:41 +0200 Subject: [PATCH] Prevent thumbnail from increasing width (useful on mobile) --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 29efaa3..46ddf28 100644 --- a/static/style.css +++ b/static/style.css @@ -119,7 +119,11 @@ body { text-decoration: none; } .rel more { - font-size: 10px; + font-size + : 10px; +} +.rel_img { /* prevent thumbnail from increasing width (useful on mobile) */ + overflow: hidden; } #sbox { width: 100%;