kepano / obsidian-minimal

A distraction-free and highly customizable theme for Obsidian.
https://minimal.guide
MIT License
3.73k stars 186 forks source link

Fold indicator of nested tasks is not aligned #484

Open tim-hilde opened 2 years ago

tim-hilde commented 2 years ago

Is the bug present when using the default Obsidian theme?

No

Is the bug present when snippets and plugins are disabled?

Yes

Minimal theme version

6.1.9

Describe the bug

Fold indicator of nested tasks is not aligned

image

Debug info

SYSTEM INFO: Obsidian version: v1.0.3 Installer version: v0.14.6 Operating system: Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:30 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T8103 22.1.0 Login status: logged in Catalyst license: insider Insider build toggle: off Live preview: on Legacy editor: off Base theme: dark Community theme: Minimal Snippets enabled: 0 Restricted mode: off Plugins installed: 0 Plugins enabled: 0

RECOMMENDATIONS: Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.

peter-job commented 1 year ago

I've been using the following snippet as a temporary fix:

.markdown-source-view.mod-cm6 .cm-fold-indicator .collapse-indicator {
    padding-right: var(--folding-offset);
}