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:
parent
dfe0b86495
commit
05a200915e
1 changed files with 26 additions and 0 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue