06-16-2020, 08:23 AM
Looking at this a bit more, how useful do people find the quick-jump way index on desktop? Maybe we can trim that out as it’s mainly a mobile thing.
You’ll want to adjust the #albumcovers rule set in panels.css like:
width:calc(100% - var(--sbw)); // account for scrollbar width
margin-left:var(--sbw); // re-center
This possibly solves another issue posted earlier, I’ll link that here. Note that this means we’d also need to shrink the thumbs a bit.
If we leave the index in we’d need to account for it as well, and we’ll definitely want to explore excepting the Apple devices out of the bespoke scrollbar.
You’ll want to adjust the #albumcovers rule set in panels.css like:
width:calc(100% - var(--sbw)); // account for scrollbar width
margin-left:var(--sbw); // re-center
This possibly solves another issue posted earlier, I’ll link that here. Note that this means we’d also need to shrink the thumbs a bit.
If we leave the index in we’d need to account for it as well, and we’ll definitely want to explore excepting the Apple devices out of the bespoke scrollbar.