You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Obsidianite theme but wanted to change the fonts. Sadly that introduced a visual bug with the bullets.
For one the bullet was halved. And the not-focused lines would also be moved a bit to the right, making vertical movements slightly more annoying.
I understand that you don't necessarily support different fonts, so feel free to close this issue again.
However, since I fixed it in a quick CSS snippet, I figured that it might be useful to some people:
All of the !important styles only overwrite some of the Obsidianite CSS, so if it was integrated into the theme, you would just remove the lines that originally change those properties.
Essentially, instead of adding a dot after the text and then moving it a fixed amount to the left, I just added the dot at the start of the line on top and just made the normal text invisible.
That way it should be compatible with any font.
For reference:
With out the fix:
With the fix:
It also works with the default fonts:
The text was updated successfully, but these errors were encountered:
### New Diamonds 💎
- Removed all the old `Cluster Free` code (please move to `live preview` mode)
- Added support for `live preview` mode [#44]
- Supporting all the features that is there fore for live preview
### Fixes
- Problem with code block should no longer exist with `live preview` [#52]
- Images now align to left, fixed issue with image having no spaces between list items [#50][#34]
- Fixed issue with strange block that hides top of the page in edit mode with `live preview` [#47]
- Fixed bullet point not visible in view mode [#45]
- Fixed bullet lists in edit mode not compatible with different fonts [#32]
I'm using the Obsidianite theme but wanted to change the fonts. Sadly that introduced a visual bug with the bullets.
For one the bullet was halved. And the not-focused lines would also be moved a bit to the right, making vertical movements slightly more annoying.
I understand that you don't necessarily support different fonts, so feel free to close this issue again.
However, since I fixed it in a quick CSS snippet, I figured that it might be useful to some people:
All of the
!important
styles only overwrite some of the Obsidianite CSS, so if it was integrated into the theme, you would just remove the lines that originally change those properties.Essentially, instead of adding a dot after the text and then moving it a fixed amount to the left, I just added the dot at the start of the line on top and just made the normal text invisible.
That way it should be compatible with any font.
For reference:
With out the fix:
With the fix:
It also works with the default fonts:
The text was updated successfully, but these errors were encountered: