From 33c76b41cf261a3941f15378b3bec3b342068d26 Mon Sep 17 00:00:00 2001 From: eclipse Date: Wed, 12 Feb 2025 22:08:09 +0100 Subject: [PATCH] fixed a bug that made wide card images not stretch horizontally --- 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 fdd3ebf..486b60f 100644 --- a/theme/static/css/custom.css +++ b/theme/static/css/custom.css @@ -325,6 +325,7 @@ a { position: absolute; overflow-y: visible; height: 100%; + width: 100%; } img {