From 7951ff21c933dbee4a42faec52a43c03f8448e33 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Fri, 25 Oct 2024 20:01:25 -0700 Subject: [PATCH] Improve gallery compatibility Signed-off-by: Justin Georgi --- modules/glmv.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/glmv.css b/modules/glmv.css index 02f8756..5cc9608 100644 --- a/modules/glmv.css +++ b/modules/glmv.css @@ -59,4 +59,8 @@ .button-show-model.button-used{ opacity: 0; display: none; + } + + .gallerybox .gallerytext div:has(model-viewer) { + display: none; } \ No newline at end of file