Skip to content

Commit

Permalink
Merge pull request #178 from ynput/develop
Browse files Browse the repository at this point in the history
Release: EntityCard fixes
  • Loading branch information
Innders authored Aug 21, 2024
2 parents 9d0aaa5 + 4d29bc7 commit fd41651
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/EntityCard/EntityCard.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,13 +300,14 @@ export const Card = styled.div<CardProps>`
.playable {
display: none;
}
/* hide title text but show icon */
.title {
.icon {
display: block;
}
.inner-text {
display: none;
}
/* hide everything on bottom but the status icon */
@container card (inline-size < 85px) {
.row-bottom {
.tag.users,
.tag.priority {
visibility: hidden;
}
}
}
Expand Down

0 comments on commit fd41651

Please sign in to comment.