obsidian
obsidian copied to clipboard
Content width narrows as I increase the window/pane width
With a narrow window/pane, I get this:
But as I make the window/pane wider, the content column becomes narrower:
Is anybody else experiencing this? Is it due to something wrong with my setup?
This only seems to be an issue in edit mode, not in preview.
If I remove these padding lines, it seems to improve the situation:
/* editor */
.cm-s-obsidian {
font-family: var(--font-family-editor);
font-size: 15px;
color: var(--text-normal);
padding-left: 8% !important;
padding-right: 4% !important;
}
But I can see this 8%/4% pattern in several places. I'm not familiar with Obsidian styling and don't have much time to spend on this, so any tips welcome.
Can't seem to reproduce. Is this issue still relevant?
Not for me, I switched to a different theme. Feel free to close, thanks!
Thanks for the feedback! Would still be nice to know if anyone can reproduce. Closing for now though.