mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
re-enable scroll hints for themes with no gradients for FF mobile
This commit is contained in:
parent
89c9623275
commit
0fe0039b33
|
|
@ -3782,8 +3782,10 @@ html.b #wrap.thin .ghead {
|
||||||
width: calc(50vw - 5em);
|
width: calc(50vw - 5em);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
html:not(.e) #treeh:not(.noa):after,
|
html:not(.a) #treeh:after,
|
||||||
html:not(.e) #wrap.thin #ghead:not(.noa)::after {
|
html:not(.a) #wrap.thin #ghead::after,
|
||||||
|
html.a #treeh:not(.noa):after,
|
||||||
|
html.a #wrap.thin #ghead:not(.noa)::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: sticky;
|
position: sticky;
|
||||||
right: -.5em;
|
right: -.5em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue