fixes #430 by providing an enclosing element height and aspect ratio

This commit is contained in:
Stewart Allen 2025-09-23 18:48:05 -04:00
commit 90c29d1aa7

View file

@ -1636,8 +1636,10 @@ details[open] summary::after {
background-color: rgba(255,255,255,0.5);
position: absolute;
z-index: 30;
bottom: -20px;
bottom: calc(-4px - 1em);
right: 0;
height: 1em;
aspect-ratio: 1 / 1 !important;
}
.mod-x svg {
aspect-ratio: 1 / 1 !important;