juba / rmdformats

HTML output formats for RMarkdown documents
723 stars 140 forks source link

downcute does not scale to full window width. #160

Open basilpolicy opened 2 months ago

basilpolicy commented 2 months ago

Hello downcute has allot of wasted space on both the left of the dock (menu) and right-hand-side of the text. Is there a helper or means or automatically scaling downcute so that the dock (menu on left) is left aligned and increase the percentage of window utilised by the body text so less space is blank on the right hand size? Thank you

juba commented 2 months ago

Hi,

To do that you would have to use a custom CSS and modify styling of the .Wrap class, especially its max-width property.