1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

change cast person card to circle only for pulple-haze theme

This commit is contained in:
grafixeyehero 2019-12-21 20:58:38 +03:00
parent dfe0b86495
commit 05a200915e

View file

@ -573,3 +573,29 @@ a[data-role=button] {
.detailPagePrimaryContainer {
background-color: rgba(0, 0, 0, 0.4)
}
.personCard .portraitCard {
width: 50%;
}
.personCard .cardScalable {
border-radius: 50%;
border: 2px solid #AA5CC3;
}
.personCard .cardPadder-portrait {
padding-bottom: 100%;
contain: strict;
}
.personCard .coveredImage {
clip-path: circle(50% at 50% 50%);
}
.personCard .cardOverlayContainer {
clip-path: circle(50% at 50% 50%);
}
.personCard .cardOverlayButton-br {
right: 20%;
}