obsidian-atom
obsidian-atom copied to clipboard
Remove max width on preview?
Is this line necessary?
https://github.com/kognise/obsidian-atom/blob/01128e66dcb33186bc7aca67d02f4d35a234ecf0/obsidian.css#L221
It overrides the obsidian setting for readable line length, and it just seems to be far too wide for the body font size. Not sure why it's here or what problem it's solving, but could it be more targeted to that problem or removed altogether?
I also have the same problem, when I use the reading view to zoom in on the font it doesn't zoom in at the same time
+1. It also conflicts with Dashboard++, which changes the max-width for the dashboard page.
For now I solved by cloning the theme and removing the !important
, but would be great to fix this upstream (assuming this theme is still maintained).