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
When search has empty results, or on startup the catalog appears too small. We should improve this, maybe using modal dialog that centers it automatically.
Modal dialog means to use <Dialog modal={true ... .
We should set up a fixed width (relative to the window) and responsive layout to view the items at different sizes depending on the size of the screen.
The text was updated successfully, but these errors were encountered:
When search has empty results, or on startup the catalog appears too small. We should improve this, maybe using modal dialog that centers it automatically.
Modal dialog means to use
<Dialog modal={true ...
.We should set up a fixed width (relative to the window) and responsive layout to view the items at different sizes depending on the size of the screen.
The text was updated successfully, but these errors were encountered: