zengm
zengm copied to clipboard
Gamelog now overlaps schedule when having a too much skilled player
Hi,
I don't have any suggestion of solutions but when you have a player with all the special skills (3ABDiDpPoPsR) pushes the gamelog to the game schedule, making the "game score" column overlap
The screenshot may help you understand: http://imgur.com/0gtqCXR
I know I had a css fix for this at some point, but clearly it did not make it into the main branch. Hrm..
Yeah that has been a problem for quite some time. It can crop up on many different screens, for players with long names and many skills. Recent additions of +/- and GmSc to the box score has made it worse.
@battaile what was your fix? Even if you don't have the code?
One idea that comes to mind is stacking the skills in two rows next to a person's name.
Thank you! I like the two rows idea, I would be even more drastic: are those skills useful to appear in the game stats page? I admit I like seeing these skills next to a player, but maybe they are not that useful on boxscores? (if it's possible to mask the skills only in these pages)
Anything is possible!
But I like having the skills everywhere. That's the whole point of them - you don't need to know too much about all the randomly generated players in your league, you can figure out their abilities at a glance. If I get rid of the skills (even only in some places), I'd need some other way of replacing that functionality. Otherwise it's just a list of random names.
"what was your fix?" @dumbmatter iirc it was something super-simple like removing a padding/margin.
@dumbmatter The best solution that I can see appears to be setting 'whitespace:normal' for the player name TD's.