Tighter line spacing

I’d like to get tighter line spacing.

I’m using the css snippet below that I found somewhere, w/ line-height set to 1, but I want more! Any suggestions for how to tighten up even more?

.editable, .editableList { line-height: 1; }
div.coreDiv, .editable { padding-top: 1px; padding-bottom: 1px;}

Great software! I’m enjoying taking a look!

Hello Jack,

Thanks for the kind words!

I suppose you’ve found the CSS from this list: https://checkvist.com/cvt/29951627, and there are some other CSS samples. I’ve modified it a bit to make it more compact:

.editable, .editableList { line-height: 1.1;  min-height:auto;}
div.coreDiv, .editable { padding-top: 1px; padding-bottom: 1px;}
i.act, div.nodeImage {top: 0;}

Don’t forget to try ‘Zen’ mode, with om shortcut. I think you’ll like it, too.

Best,

2 Likes

Nice! Thanks! Ha, and cute with the “om” shortcut for Zen mode.

1 Like

Agree - that’s the best name for a shortcut I ever come across :smiley:

1 Like