sethyuan / logseq-plugin-favorite-tree

A hierarchical favorites in the left sidebar.
MIT License
21 stars 0 forks source link

"Page actions" button overlaps the "tree expand" button #6

Open neongreen opened 6 months ago

neongreen commented 6 months ago

See the screenshot:

image

https://github.com/sethyuan/logseq-plugin-favorite-tree/assets/1523306/65c28094-bc0a-455c-b8e3-287775c7a14f

I'm using Logseq 0.10.9 on macOS.

sethyuan commented 6 months ago

It's due to incompatible changes introduced in the newer versions of Logseq. I'm quite busy recently, I don't know how long I will need to fix this, please downgrade to v0.10.6 if you really need this.

aforank commented 6 months ago

Facing the same issue. Please fix this if possible.

karlz97 commented 6 months ago

same issue here, really appreciate if the author or someone else could fix it!

schoeth commented 4 months ago

Until a fix is available, you could add the following to your custom.css as a workaround (works for me in Logseq v. 0.10.9):

.kef-ft-fav-arrow {
    padding: 4px;
    margin-right: 10px;
}