artifact card and filter bar styling

This commit is contained in:
Justin Edmund 2025-12-19 01:13:45 -08:00
parent e09326235e
commit c4d251e44f
2 changed files with 5 additions and 1 deletions

View file

@ -58,7 +58,6 @@
flex-direction: column;
align-items: center;
gap: $unit-half;
width: 139px;
padding: 0;
border: none;
background: transparent;
@ -77,6 +76,8 @@
}
.card-image {
display: flex;
justify-content: center;
position: relative;
width: 100%;
aspect-ratio: 1 / 1;

View file

@ -326,6 +326,9 @@
justify-content: space-between;
align-items: center;
gap: $unit-2x;
padding: $unit;
background: var(--placeholder-bg);
border-radius: $item-corner;
}
.filter-group {