Skip to content

icon picker
Tricks I Learned

Last edited 369 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 ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.