Expand-arrow always visible & first-level blocks spacing

I have a couple of questions about formatting blocks:

  1. Is there a way to make the rotating arrow that collapses/expands blocks always available when there are collapsible sections like the NOW/LATER section below the journal page?
  2. Is there a way to add extra white space (padding?) at the end of the main block bullets? I find myself adding blank blocks to make things feel a little less crowded. Sub-bullets/sub-blocks are fine.

Thank you!

  1. Check Keep the arrow visible if a block is collapsed
  2. Try a CSS rule like the following:
    [level="1"] {
      padding-bottom: 24px;
    }
    
1 Like

Wow! Thanks for the instantaneous, accurate response!