JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
I ♥️ Coda Free Packs
I ♥️ Coda Free Packs
Coda Lab Experiments
Templates
Tricks I Learned
More
Share
Explore
Tricks I Learned
Saulo Vallory
Last edited 369 days ago by Saulo Vallory
Make the UI wider
source:
What CSS Injection Needed To Make Wide-Display Dialog/Detail-Layouts
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 (
Ctrl
P
) instead.