visual updates, modified sort order, fallback image, consistent card size

This commit is contained in:
zach
2026-02-17 11:46:33 -05:00
parent 561a74e26e
commit fe2abf4dd2
3 changed files with 15 additions and 3 deletions

View File

@@ -5,6 +5,11 @@
opacity: .87;
}
.card-image {
aspect-ratio: 5/7;
object-fit: cover;
}
.sticky {
background-color: hsl(195, 4%, 22%);
position: sticky;
@@ -13,14 +18,15 @@
}
.rarity-icon svg {
height: .9rem;
line-height: .9rem;
height: 1rem;
line-height: 1rem;
display: inline-block;
}
.price-label {
color: hsl(122, 39%, 49%);
font-size: 0.825rem;
font-weight: 600;
}
.price-label:nth-of-type(n+2) {