limit transition duration of tree to width

This commit is contained in:
Til Schmitter 2026-04-03 21:56:36 +02:00
parent ababa893af
commit 741ad0495c

View file

@ -1639,7 +1639,7 @@ input.ssconf_v {
overscroll-behavior-y: none; overscroll-behavior-y: none;
box-shadow: 0 0 1em var(--bg-d2), 0 -1px 0 rgba(128,128,128,0.3); box-shadow: 0 0 1em var(--bg-d2), 0 -1px 0 rgba(128,128,128,0.3);
border: 1px solid var(--bg-u3); border: 1px solid var(--bg-u3);
transition: .15s; transition: width 0.15s;
} }
#tree, #tree,
html { html {