FuzzyGrim / Yamtrack

A self hosted media tracker.
GNU Affero General Public License v3.0
182 stars 1 forks source link

table view, have a max title length #188

Closed reitenth closed 3 months ago

reitenth commented 4 months ago

image

right now a few of my titles go so long as to cut off the complete, and edit functions on the right. if there was a max title length it would solve this. thanks

reitenth commented 4 months ago

kind of to go along witht that, maybe smaller font, or a max line length to keep all entries uniform looking in grid view? thanks.

image

FuzzyGrim commented 4 months ago

There is already a maximum title length for the table view, there seems to be some kind of loading error, can you give me some details on what client you are using? It should look like this on small screens:

Screenshot 2024-07-08 at 22-27-43 Animes - Yamtrack

For the grid view, which was inspired of AniList's layout, I like to be able to read the titles to differentiate the seasons and therefore I am allowing up to a maximum of 2 lines. It would take a really small font for the titles to fit on 1 line consistently.

reitenth commented 4 months ago

i'm running docker version dev tag on a 27" 1440p monitor. seems like in the console this is causing it. .text-truncate white-space: nowrap;

FuzzyGrim commented 4 months ago

I have the same setup and I can't reproduce it. I'm not finding those css parameters that could cause it, if possible, can you indicate which css class has those parameters?

Also, has it always been like that, do you see the same styling in my demo instance at https://yamtrack.fuzzygrim.com/ with demo and demo credentials?

FuzzyGrim commented 3 months ago

I'm closing it due to inactivity, feel free to reopen it if the problem persists.