When displaying a preset image, use display:none for siblings

visibility:hidden still preserves space, which would uncenter the image in some cases
This commit is contained in:
Bryan Housel
2021-03-03 13:18:56 -05:00
parent 1f6a2121c4
commit 42dccbf123
+2 -2
View File
@@ -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;
}
}