Scrollbar too narrow
Is it possible to change width of the vertical scrollbar in the terminal panes? I would also like to eliminate the gap between the scrollbar and the terminal pane frame. Is it possible to modify the appropriate CSS rules yourself? I'm using Waveterm on Windows via RDP.
The gap is coming from the fact that the terminal needs to be an exact number of columns. As you drag the terminal to be bigger/smaller you'll see that gap vary in size. it is quite large there because I bet you're just on the cusp of adding a new column (if you pull it another pixel or two to the right you'll get another column and the gap should be less wide).
As for the scrollbar width, you're right it is pretty narrow. It isn't possible to modify the CSS (without rebuilding or building from source unfortunately). But since the scrollbar overlays the terminal content, it should be possible to make it wider without having to do any layout math.
How wide would you want it? I could probably add a quick config setting to set the scrollbar width... or I could maybe add a bool option for "wider scrollbars" (maybe 1.5x or 2x the width)
Thank you very much for the explanation. The "wider scrollbars" option would be very useful for me (2x for me :).
BTW there is a Tabby terminal (based on Electron too) and it has the option of custom CSS rules:
But maybe for some reason this is not possible or a good solution for Wave.