kognise / obsidian-atom

A theme for Obsidian based on Atom's One family
The Unlicense
223 stars 57 forks source link

Remove max width on preview? #18

Open smcllns opened 2 years ago

smcllns commented 2 years ago

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?

Goojoe commented 2 years ago

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

guiambros commented 1 year ago

+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).