Fix: Aligned cast photos in rounded cards

This commit is contained in:
lscambo13
2025-05-17 06:30:14 -07:00
parent fd1c368daa
commit cc66d9bc5b

View File

@@ -191,6 +191,10 @@ html {
border-radius: 50%;
}
#castCollapsible .cardContent.cardImageContainer {
background-position-y: 33%;
}
.layout-mobile .cardScalable {
border: var(--defaultBorder) !important;
}