kepano / obsidian-minimal

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

todoist checkbox not visible in live preview #681

Open guix54 opened 8 months ago

guix54 commented 8 months 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

7.4.3

Describe the bug

In live preview, it's not possible to see the checkbox for todoist query (plugin todoist sync). OK in reading view. I test to modify part of the first line of theme.css (erase the second part for todoist setting) it's ok after but i'm not sure that my modification is the best way to solve this issue.

Debug info

SYSTEM INFO: Obsidian version: v1.5.3 Installer version: v1.4.16 Operating system: Windows 10 Home 10.0.19045 Login status: logged in Catalyst license: insider Insider build toggle: on Live preview: on Base theme: dark Community theme: Minimal v7.4.3 Snippets enabled: 5 Restricted mode: off Plugins installed: 62 Plugins enabled: 61 1: Auto Note Mover v1.2.0 2: Contextual Typography v2.2.5 3: Enhance Copy Note v0.2.1 4: Arcana v1.5.3 5: Auto Card Link v1.2.2 6: Auto Link Title v1.4.1 7: Better Word Count v0.10.0 8: Callout Manager v1.0.1 9: Colored Tags Wrangler v0.15.0 10: Commander v0.5.1 11: Custom Frames v2.4.6 12: Dataview v0.5.64 13: Emoji Toolbar v0.4.1 14: ExcaliBrain v0.2.11 15: Excalidraw v2.0.13 16: Find orphaned files and broken links v1.9.1 17: Grandfather v1.0.1 18: File Explorer Note Count v1.2.1 19: Google Calendar v1.10.14 20: Heatmap Calendar v0.6.0 21: Hider v1.3.1 22: Highlightr v1.2.2 23: Homepage v3.6.0 24: Hover Editor v0.11.15 25: Icons v0.3.0 26: LanguageTool Integration v0.3.6 27: Linter v1.22.0 28: Local REST API v2.0.3 29: Metadata Menu v0.6.11 30: Minimal Theme Settings v7.3.1 31: Vault Statistics v0.1.3 32: Ultimate Todoist Sync v1.0.43 33: Typing Transformer v0.4.0 34: Tracker v1.13.1 35: Todoist completed tasks v1.5.0 36: Timestamp Notes v1.0.8 37: Templater v2.0.0 38: Tasks v5.4.0 39: Tag Wrangler v0.6.1 40: Tag & Word Cloud v1.4.1 41: Supercharged Links v0.11.1 42: Multi-Column Markdown v0.8.3 43: Note Refactor v1.8.2 44: Obsidian42 - Strange New Worlds (SNW) v1.2.3 45: Omnisearch v1.20.2 46: Pane Relief v0.5.2 47: Paste image rename v1.6.1 48: Paste URL into selection v1.7.0 49: Periodic Notes v0.0.17 50: Quick Switcher++ v3.3.9 51: Quick Tagger v2.2.3 52: Reading Time v1.1.1 53: Readwise Official v2.0.1 54: Recent Files v1.3.8 55: Scrybble v2.8.0 56: Show Current File Path v0.5.2 57: Smart Connections v1.6.37 58: Time Things v1.2.4 59: Binary File Manager v0.3.0 60: Todoist Plugin v1.11.1 61: Style Settings v1.0.7

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. Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.

guix54 commented 8 months ago

Hi, when i cut this part "is-live-preview .block-language-todoist{padding-left:0}ul.todoist-task-list>li.task-list-item ." all is ok in live preview

guix54 commented 8 months ago

finally changing first value for padding-left : 0 to 10 seems to be a good solution