Bubble-Space-Theme
Bubble-Space-Theme copied to clipboard
Dark Mode: Checkbox stars are misaligned
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
Workaround
.task-list-item-checkbox::before,
.task-list-item-checkbox:checked::before {
top: -13px;
position: relative;
}
After:
I'm also having this issue