gidongkwon / logseq-plugin-tags

A logseq plugin that lets you find #tags
MIT License
132 stars 8 forks source link

How can I edit the style of the tags panel with css? #18

Open ricardohuaranga opened 2 years ago

ricardohuaranga commented 2 years ago

Hello, excellent plugin. How can I edit the style of the tags panel with css? to better integrate it with theme.

Reducing max-width to 15% makes it better integrated into the logseq window, without overlapping other blocks.

Ashampoo_Snap_domingo, 28 de agosto de 2022_08h38m07s_002_

What you see I have done with the Chrome DevTools, but it is not permanent.

gidongkwon commented 1 year ago

Sorry for the delayed reponse. I think it's best to provide a way to override css directly, but it's not currently possible(not in a clean way) due to its css-in-js nature, because css class of dom nodes keep changes. I have plan to rewrite this plugin to use other css tech, but I don't think it'll happen anytime soon.

How about adjustable width with mouse instead of css override, if your main pain point is container width?