kiranmanda / rummy

A simple single page javascript web application to keep track of rummy scores
MIT License
0 stars 0 forks source link

Styling issue when having more than 4 players in desktop #32

Closed ypradeep4u closed 9 years ago

ypradeep4u commented 9 years ago

Steps to reproduce

  1. Add more than 4 players in Desktop
  2. Issue1: Now it is difficult to enter the scores in the score fields as the numeric incriminator is obstructing the view.
  3. Issue2: Also while incrementing the score in those fields when you stop on 1 the error message keeps popping up "Must be 0 or any number between 2 and 80 both inclusive."
    We should probably try to disable this in desktop mode if possible or fix the usability issues mentioned in 2 & 3.
kiranmanda commented 9 years ago

Pushed to stage and repo.