You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just started exploring the codebase and one of the easiest (and most likely less important) tasks to seems to fix various misalignments of the UI. It is very visible in the lobby screen.
I highlighted some problems in a screenshot:
The title of the box
Name of a player is too close to the ready/not ready/loading button; it would be better if the button was aligned to the right
it's not centered
the box sizes of the labels and the actions are equal; labels don't need really big boxes
almost the same as 4.
the buttons are overlapping
it's not centered; this one is not really important
These things can be mostly fixed with some CSS or Grid adjustments.
EDIT: I took the screenshot on a 4:3 screen with resolution 1280:1024 but it behaves the same on a 16:9 screen with resolution 1366:768. And the browser was Chrome.
The text was updated successfully, but these errors were encountered:
I made padding a bit bigger by few pixels. Looks fine.
Fixed by adjusting button width to 'auto'
Adjusted Grid
and 5. Again Grid + changes to input component
Grid
Can be aligned but doesn't look too better.
Also I used at few occasions alignItems prop in Grid. It aligns items vertically. There is other prop called justify but it has to be used in a container.
Hi, I just started exploring the codebase and one of the easiest (and most likely less important) tasks to seems to fix various misalignments of the UI. It is very visible in the lobby screen.
I highlighted some problems in a screenshot:
These things can be mostly fixed with some CSS or Grid adjustments.
EDIT: I took the screenshot on a 4:3 screen with resolution 1280:1024 but it behaves the same on a 16:9 screen with resolution 1366:768. And the browser was Chrome.
The text was updated successfully, but these errors were encountered: