visual updates, modified sort order, fallback image, consistent card size
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user