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
Fix badge table layout overflow on mobile (#1364) (#1486)
The achievement tables have a nested DEFAULT/BRONZE/SILVER/GOLD tier table
in the last column. On phones that column is squeezed and pushes the row
off-screen, so SILVER and GOLD end up out of view.
Below 768px each badge row now stacks into a card, giving every cell,
including the nested tier table, the full viewport width. The tier cells
are shrunk so all four columns fit without clipping. Desktop is unchanged
because the rules live in a max-width media query.
Closes#1364
0 commit comments