I've tried to like the new Editor styling but one thing is really bugging me I'm afraid.
- The lack of a full horizontal scroll bar space is a fairly horrid UX as it can be really hard to find the bar itself. The example I've provided is actually not so bad but when you've been moving around the Editor, perhaps clicking on a debug message and so you may not really know where on the "page" you are, it can be really disturbing to try and find the thing.
- Similarly, the bar of icons is quite hard to identify on the screen, it would be much easier if that section or the whole bottom line were blocked with a non-transparent bar.
My eyesight is still under-par right now and so I am really noticing more and more of these UX/accessibility issues.
The vertical scroll area should also be blocked out for better visibility, on a really busy flow page, it is as bad as the horizontal. It could also be attached to the sidebar panel, it really doesn't need a separate gap, that's just a waste of space.
Not suggesting that this looks particularly good but it is certainly easier to see:
Using Stylus to override the defaults:
#red-ui-workspace-footer {
background: hsl(208 35 79 / .5);
}
.red-ui-workspace-scrollbar {
background: hsl(17 35 79 / .5);
}




