-
-
Notifications
You must be signed in to change notification settings - Fork 149
Allow the Tab row scroll #1700
Allow the Tab row scroll #1700
Conversation
|
|
eliandoran
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty good work. :)
However, it seems that on the horizontal layout, the tabs are missing one pixel in height at the top which makes the tab appear slightly cut off (can be seen with the naked eye, albeit a little bit more difficult). At the bottom there is also a "half-pixel" border on the active tab, which there shouldn't be.
This happens on Firefox 137.
Before:
After:
eliandoran
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using a laptop's touch pad on Windows on Electron seems that tapping on a tab to select it no longer works, you have to double-tab.


Related to TriliumNext/Trilium#5594