Bubble-Space-Theme icon indicating copy to clipboard operation
Bubble-Space-Theme copied to clipboard

Dark Mode: Checkbox stars are misaligned

Open Patabugen opened this issue 2 years ago • 1 comments

Obsidian Version: 1.1.9 Bubble-Space-Theme version: 1.6

When in dark mode the lovely stars which make up checklists became misaligned (at some point in the last few weeks/months, I can't really remember when).

I don't know enough about Obsidian themes to submit a PR, but I have made a little workaround which works for me, might work for you and may be useful for a future update.

I simply added a CSS Snippet to re-align the stars.

Before

image

Workaround

.task-list-item-checkbox::before,
.task-list-item-checkbox:checked::before {
    top: -13px;
    position: relative;
}

After:

image

Patabugen avatar Jan 17 '23 17:01 Patabugen

I'm also having this issue

Meechm0 avatar Aug 31 '23 05:08 Meechm0