gavinmn / logseq-luma

A minimal and detail oriented light and dark theme for Logseq
MIT License
110 stars 12 forks source link

fix: Adjust bullet-heading alignment #20

Closed eryc-cc closed 2 years ago

eryc-cc commented 2 years ago

Resolves #1

eryc-cc commented 2 years ago

@gavinmn feel free to commit this into another branch (I tried not to fork, but the repo doesn't allow me to push).

eryc-cc commented 2 years ago

I think it's because when you focus on the line, it replaces the text tag with a <textarea>, and the height is different.

That's the only thing I could find that might justify this. It's a 2 pixel difference. 😖

https://user-images.githubusercontent.com/101464991/181863883-00c4cc9b-5304-457d-8aa0-5a61ef3e2d3c.mov

gavinmn commented 2 years ago

@pixelsbyeryc I was able to solve it by removing :not(.focus-within)