TriliumNext / Notes

Build your personal knowledge base with TriliumNext Notes
GNU Affero General Public License v3.0
732 stars 38 forks source link

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

Open eeshaa1 opened 1 week ago

eeshaa1 commented 1 week 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 6 days 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