From 42dccbf123c0a754d4c64c79d938f565eab97d4a Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 3 Mar 2021 13:18:56 -0500 Subject: [PATCH] When displaying a preset image, use display:none for siblings visibility:hidden still preserves space, which would uncenter the image in some cases --- css/80_app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 1b566f93d..d8e7fa55b 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1085,7 +1085,7 @@ a.hide-toggle { visibility: visible; } .preset-icon-container.showing-img *:not(.image-icon) { - visibility: hidden; + display: none; } .preset-icon-point-border path { @@ -5636,4 +5636,4 @@ li.hide + li.version .badge .tooltip .popover-arrow { height: 100px; width: 100px; color: #7092ff; -} +} \ No newline at end of file