From ef50b6558b1060dfec9cfa34a8c0ffabf5e2c81f Mon Sep 17 00:00:00 2001 From: zhengyi Date: Tue, 6 Feb 2024 22:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20no=20parent=20node=20for?= =?UTF-8?q?=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/gallery.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/less/gallery.less b/src/less/gallery.less index 7ee2336..2f4fcd8 100644 --- a/src/less/gallery.less +++ b/src/less/gallery.less @@ -1,6 +1,6 @@ @import "constant"; -.gallery { +.halo-render.gallery { border: 1px solid @secondary-light; border-radius: @border-radius; padding: 10px 15px;