Skip to content

Tricks I Learned

Last edited 889 days ago by Saulo Vallory.

Make the UI wider

by Injecting the css below
* {
--width-narrow: 1800px !important;
--editor-position-content-padding-left: 100px !important;
--line-set-width: 1800px !important;
--editor-max-width: 1800px !important;
}
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.