add genre image card placeholder

This commit is contained in:
jeffvli
2026-01-30 21:39:05 -08:00
parent 6962a05c96
commit 4d60f5b8d9
6 changed files with 148 additions and 40 deletions
@@ -113,6 +113,18 @@
border-radius: 50%;
}
.genre-placeholder {
box-sizing: border-box;
}
.genre-placeholder-text {
overflow: hidden;
text-overflow: ellipsis;
font-weight: 600;
line-height: 1.2;
white-space: nowrap;
}
.detail-container {
display: flex;
flex-direction: column;