Enhance ZenViewSplitter to support dynamic side detection for split view animations

This commit is contained in:
mr. M
2025-03-07 18:53:45 +01:00
parent 5484aea042
commit ee91ea86ff
2 changed files with 43 additions and 14 deletions

View File

@@ -276,6 +276,10 @@
box-shadow: var(--zen-big-shadow);
overflow: hidden;
&[side='right'] {
right: 0;
}
&::after {
content: '';
position: absolute;