obsidian-org-mode
obsidian-org-mode copied to clipboard
Problem with margin
I am encountering an issue when runing the plug-in. Where the text goes waay to the right. after investigation i found that the problem with the margin.
<div class="CodeMirror-sizer" style="margin-left: 1314px; margin-bottom: 0px; border-right-width: 50px; min-height: 527px; min-width: 848.763px; padding-right: 0px; padding-bottom: 0px;">
After updating the margin-left: 1314px;
to margin-left: 100px;
the issue is gone...
Photo attached Regards
What theme is that? Does it happen with the default theme?
Yep, this is the the default theme
Having the same issue, it just started.
Same issue here on mobile (iOS).
Obsidian version: 1.15.12 (134)
Very busy at the moment, but if someone has a PR to fix this I will merge/release it.
i can confirm that remove the gutter setting will solve the margin issue
src/main.ts
- foldGutter: {
- minFoldSize: 1,
- },
- foldOptions: {
- widget: " ...",
- },
- gutters: ["CodeMirror-foldgutter"],
+ gutters: [],
@nohzafk did you try that with only changing the gutter settings (and keeping the folding setting)?
I tried, I can open the org file on both cases, but the format is not rendered correctly.