Sidebar doesn't auto-reveal when the mouse hovers on the far left end
Closed this issue · 3 comments
Normal, youre not hovering over the tabs here.
If you want to remove the spacing between the main elements you can enabled 'ultima.xstyle.squared'. Although if you rely on triggering tab expansion at the very fine edge of the browser, you may trigger the resizing cursor which can be visually annoying.
Although if you rely on triggering tab expansion at the very fine edge of the browser, you may trigger the resizing cursor which can be visually annoying.
I dunno that, if done properly shouldn't be true.
And most people will use browser fullscreen I think? So quick swipe to the left, that open tabs bar should be normal. Properly aiming for it shouldn't be such an issue.
2024-05-10 20-49-36.mkv.webm
I would be in embracing this particular issue, as I have already done personally. One possible solution would be using ::before
& ::after
elements as they trigger element hover state, while padding, margins don't. Others would need slight overhaul of vert tabs, using parent as container and then paddings on child etc.
But it's your choice.
Will look into it