Fix: Aligned cast photos in rounded cards
This commit is contained in:
parent
fd1c368daa
commit
cc66d9bc5b
1 changed files with 4 additions and 0 deletions
|
|
@ -191,6 +191,10 @@ html {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#castCollapsible .cardContent.cardImageContainer {
|
||||||
|
background-position-y: 33%;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile .cardScalable {
|
.layout-mobile .cardScalable {
|
||||||
border: var(--defaultBorder) !important;
|
border: var(--defaultBorder) !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue