re-enable scroll hints for themes with no gradients for FF mobile

This commit is contained in:
Til Schmitter 2026-04-27 20:12:15 +02:00
parent 89c9623275
commit 0fe0039b33

View file

@ -3782,8 +3782,10 @@ html.b #wrap.thin .ghead {
width: calc(50vw - 5em);
}
}
html:not(.e) #treeh:not(.noa):after,
html:not(.e) #wrap.thin #ghead:not(.noa)::after {
html:not(.a) #treeh:after,
html:not(.a) #wrap.thin #ghead::after,
html.a #treeh:not(.noa):after,
html.a #wrap.thin #ghead:not(.noa)::after {
content: "";
position: sticky;
right: -.5em;