From 7033b7c7a1e1e068dd86a01e21a5911c58557488 Mon Sep 17 00:00:00 2001 From: eclipse Date: Sat, 8 Mar 2025 13:38:47 +0100 Subject: [PATCH] fixed a wrong shadow border --- theme/static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/static/css/custom.css b/theme/static/css/custom.css index 40d91be..ba756eb 100644 --- a/theme/static/css/custom.css +++ b/theme/static/css/custom.css @@ -299,6 +299,7 @@ figcaption { #no-bottom-margin { margin-bottom: 0; + clip-path: inset(-138px -138px -0px -138px); } /* Index page */