mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
add genre image card placeholder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user