Merge pull request #70 from LOG1997/dev

style: adjust avatar and card image sizes
This commit is contained in:
LOG1997
2025-04-16 17:05:59 +08:00
committed by GitHub

View File

@@ -45,7 +45,7 @@
bottom: 0; bottom: 0;
z-index: 1; z-index: 1;
width: 140px !important; width: 140px !important;
height: auto !important; height: 120px !important;
object-fit: cover; object-fit: cover;
} }
} }
@@ -79,6 +79,13 @@
// animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; // animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
// animation-delay: 0.6s; // animation-delay: 0.6s;
} }
.card-avatar-name{
top: auto;
bottom: 0;
left: 0px;
right: 0;
line-height: 2 !important;
}
.card-detail { .card-detail {
position: absolute; position: absolute;
@@ -97,7 +104,7 @@
bottom: 0; bottom: 0;
z-index: 1; z-index: 1;
width: 280px !important; width: 280px !important;
height: auto !important; height: 240px !important;
object-fit: cover; object-fit: cover;
} }
} }