yoyurec / logseq-banners-plugin

136 stars 11 forks source link

Feature Request: change quote font size #49

Closed ms3056 closed 1 year ago

ms3056 commented 1 year ago

I'd like to change the font size if the quote widget.

emms007 commented 1 year ago

@ms3056

This is Simple CSS you can put in logseq config > edit custom.css

for instance: div#banner-widgets-quote-text { font-size: 80%; line-height: 130%; }

yoyurec commented 1 year ago

banner-widgets-quote-block size dynamically calculates in JS according to quote length,

so you can use child #banner-widgets-quote-text to set % value as described before

@ms3056 BTW, you want it smaller or bigger? just interesting as UI/UX aspect...

ms3056 commented 1 year ago

banner-widgets-quote-block size dynamically calculates in JS according to quote length, so you can use child #banner-widgets-quote-text to set % value as described before

@ms3056 BTW, you want it smaller or bigger? just interesting as UI/UX aspect...

Hi! I would like to make it smaller - which your custom CSS hint achieved perfectly - thank you!

yoyurec commented 1 year ago

feature added in https://github.com/yoyurec/logseq-banners-plugin/releases/tag/v3.3.1

ms3056 commented 1 year ago

HI - my quotes are no longer working. I uninstalled the plugin, reinstalled it and restarted Logseq:

image

yoyurec commented 1 year ago

any details? can you post quotes md example?

ms3056 commented 1 year ago

Quotes.md

Attached. I didn't make any changes to this file since the update.

image

yoyurec commented 1 year ago

oh, i'v found )) bug with unreverted static code from experiments update to latest!

ms3056 commented 1 year ago

Happy to have helped! Thank you for the time you put into this!!