bayang / jelu

Self hosted read and to-read list book tracker
MIT License
331 stars 13 forks source link

Widen Review Textbox #48

Closed crh0831 closed 1 year ago

crh0831 commented 1 year ago

It would be nice to have the book review text box take up more horizontal space on the screen if available.
As is, it seems optimized for mobile devices. I've played with the CSS and gotten satisfactory results (see screenshots), but don't know how to persist this behavior.

current Screenshot 2022-10-11 164919

after modifying css (see circled area) Screenshot 2022-10-11 164851

bayang commented 1 year ago

Actually, the review box is told to take 11/12 of space on mobile and 1/3 of space on everything bigger than a mobile. Which means I chose to allow space for lines of 3 reviews sibe by side. I think now that it does not make much sense because that would imply that each user writes mutliple reviews for the same book. While it is possible, I don't think that is the most common behaviour. So, all things considered I think I'll tell each review to take more space and to allow only one review per line.

bayang commented 1 year ago

Should be fixed in v0.33.0