From c1b006037c85a4a52579d3f556cd856a717f4fb4 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Veyry Date: Fri, 5 May 2023 14:41:56 +0100 Subject: [PATCH] css: fix syntax error --- css/shape.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/shape.css b/css/shape.css index 1756fc0..cc830d6 100644 --- a/css/shape.css +++ b/css/shape.css @@ -361,6 +361,7 @@ img { } .RnpT2b { margin: 0!important; +} /* Reduce height of link and file previews */ .Pj9rof { /* global block */ @@ -405,6 +406,6 @@ img { /* Side thread channel width */ .ekM2ie.eO2Zfd { width: 45% !important; - max-width: auto !important; + max-width: 45% !important; min-width: 300px; } \ No newline at end of file