mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 21:22:26 -06:00
gradient for tree footer for better visibility
This commit is contained in:
parent
46457fca85
commit
a7a5d101a6
|
|
@ -4546,6 +4546,8 @@ html.e #detree {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
pointer-events: all;
|
||||||
|
max-width: max-content;
|
||||||
}
|
}
|
||||||
#rtt_latency {
|
#rtt_latency {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
|
|
@ -4564,9 +4566,12 @@ html.e #detree {
|
||||||
#tree_footer {
|
#tree_footer {
|
||||||
width: 0;
|
width: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 1em;
|
bottom: 0;
|
||||||
left: 1em;
|
left: 0;
|
||||||
|
padding: 1em;
|
||||||
|
pointer-events: none;
|
||||||
transition: width .15s;
|
transition: width .15s;
|
||||||
|
background: linear-gradient(transparent, var(--bg-u2));
|
||||||
}
|
}
|
||||||
.popup_button {
|
.popup_button {
|
||||||
border-radius: .3em;
|
border-radius: .3em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue