auto slideshow on narrow window condition

This commit is contained in:
Stewart Allen 2026-02-24 19:31:27 -05:00
commit 95fbd885de
4 changed files with 9 additions and 1 deletions

View file

@ -865,7 +865,7 @@ details[open] summary::after {
padding-right: 0px;
transition: transform 0.15s ease-in-out, border 0.15s ease-in-out;
transform: translateX(0);
border-right: 1px solid var(--border-gray);
border-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}