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
Seems odd that the icons are centered instead of being left aligned, especially since there is a pagination.
When I see one incomplete centered row, it makes me think that I'm at the end of the list, but I'm not.
Suggested solution
Maybe change from flex flex-wrap to grid with repeat(auto-fil, minmax(...)) instead ?
That's a bit tricky, as not every collections, the icons are square, using grid would make it looks worse. The reason to be center aligned is the wrapping - feel free to play with it, and would be happy to have a better solution, if any
Clear and concise description of the problem
Seems odd that the icons are centered instead of being left aligned, especially since there is a pagination.
When I see one incomplete centered row, it makes me think that I'm at the end of the list, but I'm not.
Suggested solution
Maybe change from
flex flex-wrap
togrid
withrepeat(auto-fil, minmax(...))
instead ?Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: