zengm icon indicating copy to clipboard operation
zengm copied to clipboard

Gamelog now overlaps schedule when having a too much skilled player

Open alexnoob opened this issue 9 years ago • 6 comments

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

alexnoob avatar May 08 '15 15:05 alexnoob

I know I had a css fix for this at some point, but clearly it did not make it into the main branch. Hrm..

battaile avatar May 08 '15 17:05 battaile

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.

dumbmatter avatar May 08 '15 22:05 dumbmatter

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)

alexnoob avatar May 09 '15 05:05 alexnoob

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.

dumbmatter avatar May 09 '15 14:05 dumbmatter

"what was your fix?" @dumbmatter iirc it was something super-simple like removing a padding/margin.

battaile avatar May 09 '15 23:05 battaile

@dumbmatter The best solution that I can see appears to be setting 'whitespace:normal' for the player name TD's.

battaile avatar Aug 12 '15 16:08 battaile