yoyurec / logseq-banners-plugin

136 stars 11 forks source link

Quote width setting #55

Closed ms3056 closed 1 year ago

ms3056 commented 1 year ago

I would like a way to force the quote window to be narrower and taller. The widget used to do this but but now it seems like the widge only wants to be 2 lines tall and it interferes in my setup. I have the right panel open at all times.

image

yoyurec commented 1 year ago

now it's 48 characters. you can set yours. or in px

#banner-widgets-quote-block {
    max-width: 48ch; 
}
yoyurec commented 1 year ago

quote can't be auto narrow (at least now, without some coding), b'cose all other widgets has position absolute so they are out of flow and width calculations

ms3056 commented 1 year ago

Cheers - this works perfectly. Thank you so much.

yoyurec commented 1 year ago

i've updated to use both - limit wrapper to 100% - calendar width, and text limit 48ch check latest version without this https://github.com/yoyurec/logseq-banners-plugin/issues/55#issuecomment-1217314915 custom css fix

ms3056 commented 1 year ago

i've updated to use both - limit wrapper to 100% - calendar width, and text limit 48ch check latest version without this #55 (comment) custom css fix

Works great! Thank you!

yoyurec commented 1 year ago

it's was fast and easy, so i've also added text limit in options