mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
treeh scroll hint
This commit is contained in:
parent
126ed7713d
commit
8884431f4a
|
|
@ -3668,18 +3668,17 @@ html:not(.e) #wrap.thin {
|
||||||
width: calc(50vw - 5em);
|
width: calc(50vw - 5em);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
html:not(.e) #wrap.thin {
|
html:not(.e) #treeh:after,
|
||||||
#ghead::after {
|
html:not(.e) #wrap.thin #ghead::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: sticky;
|
position: sticky;
|
||||||
right: -.5em;
|
right: -.5em;
|
||||||
background: linear-gradient(to left, var(--bg-u2), transparent);
|
background: linear-gradient(to left, var(--bg-u2), transparent);
|
||||||
width: 3em;
|
width: 3em;
|
||||||
height: 3.5em;
|
height: 3.5em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: -1em;
|
margin: -1em;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
html.e #wrap.thin {
|
html.e #wrap.thin {
|
||||||
#ghead {
|
#ghead {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue