bring back itemcard-stealth

This commit is contained in:
Late Night Defender 2024-07-04 01:19:25 +07:00
parent 386b2c4920
commit 63460607a8

View file

@ -123,6 +123,14 @@ h1 {
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13); box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
} }
.itemcard-stealth {
display: grid;
border-radius: 12px;
text-decoration: none;
height: 3cm;
transition-duration: 0.2s;
}
.listaction { .listaction {
display: flex; display: flex;
align-items: center; align-items: center;