aidenlx / alx-folder-note

Add description, summary, and more info to folders with folder notes.
MIT License
244 stars 13 forks source link

[BUG][Easy][Nit] lower case letters gpjq are not underlined. #105

Open SPiCaRiA opened 1 year ago

SPiCaRiA commented 1 year ago

Not sure if this is something desired, but I'm leaving this as "bug". According to MDN - text-decoratoin-skip-ink:

The default — the browser may interrupt underlines and overlines so that they do not touch or closely approach a glyph. That is, they are interrupted where they would otherwise cross over a glyph.

Which means that if you have any of the lower case letters gpjp in your folder note name, it won't be underlined as the rest of the name.

For example:

Screen Shot 2023-04-09 at 12 05 11

Therefore I would recommend adding this line to the styling:

text-decoration-skip-ink: none;

And if possible, make this an option in the settings page.

Thank!