TriliumNext / Notes

Build your personal knowledge base with TriliumNext Notes
https://triliumnext.github.io/Docs/
GNU Affero General Public License v3.0
947 stars 52 forks source link

(Feature request) Resizing Left Panel/TOC is too difficult #443

Closed eeshaa1 closed 3 weeks ago

eeshaa1 commented 1 month ago

Describe feature

Please add a setting or something to increase the "zone" your mouse needs to be near the edge of the left panel/TOC to be able to resize them.

Additional Information

No response

SiriusXT commented 1 month ago

The default edge area has 5px for resizing, if you still feel the gap is too small you can increase the gap by adding the following css.

.gutter.gutter-horizontal{
    width: 20px !important;
}

See: https://github.com/TriliumNext/Docs/blob/main/Wiki/themes.md#custom-css

eliandoran commented 3 weeks ago

Closing as this can be handled with custom CSS as mentioned by @SiriusXT . We need to keep the code base as lean as possible, so we will not add a custom option for this.