From 3e4a7df33581d35731b71ff1f43d60af412bd5d3 Mon Sep 17 00:00:00 2001 From: zhengyi Date: Sun, 7 Jan 2024 17:27:05 +0800 Subject: [PATCH] :lipstick: Fix gallery image width --- src/less/gallery.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/less/gallery.less b/src/less/gallery.less index eb0ddcc..1ce191f 100644 --- a/src/less/gallery.less +++ b/src/less/gallery.less @@ -24,6 +24,8 @@ .container { .img { + width: auto; + max-width: unset; border-radius: @border-radius; } }