auto slideshow on narrow window condition
This commit is contained in:
parent
aeaa4fe765
commit
95fbd885de
4 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue