mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
limit transition duration of tree to width
This commit is contained in:
parent
ababa893af
commit
741ad0495c
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue