Skip to content

Commit

Permalink
fix: update icons list mobile ui
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
HiDeoo and delucis committed Jun 27, 2023
1 parent 11f105c commit 7c1bba0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/components/icons-list.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ const icons = Object.keys(Icons) as (keyof typeof Icons)[];
.icons-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
}

.icons-grid .icon-preview {
align-items: center;
justify-content: center;
text-align: center;
border: 1px solid var(--sl-color-gray-5);
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 7c1bba0

Please sign in to comment.