igeoorge 26 Posted December 26, 2019 Posted December 26, 2019 (edited) Hi @@Happy2Play This code is meant to make cast and crew round, but if you don't have an actor / actress image it doesn't work. Do you know why make the problem? #castContent .card.portraitCard.personCard.card-hoverable.card-nofocustransform.card-withuserdata { width: 3.7cm; font-size: 80% !important; } #castContent .card.portraitCard.personCard.card-nofocustransform.card-withuserdata { width: 3.7cm; font-size: 80% !important; } #castContent .card.overflowPortraitCard.personCard.card-nofocustransform.card-withuserdata { width: 3.7cm; font-size: 80% !important; } #castContent .cardContent-button.cardImageContainer.coveredImage.cardContent.cardContent-shadow.itemAction.lazy { background-size: cover !important; border-radius: 1.7cm; } #castContent .cardScalable { width: 3.1cm !important; height: 3.1cm !important; border-radius: 1.7cm; } #castContent .cardOverlayContainer.itemAction { border-radius: 1.7cm; } #castContent .cardOverlayButton-br { bottom: 4%; right: 15%; width: 70%; } #castContent .cardOverlayButton.cardOverlayButton-hover.itemAction.paper-icon-button-light { width: 50%; vertical-align: middle; } #castContent .cardOverlayButton.cardOverlayButton-hover.itemAction.emby-button { width: 50%; vertical-align: middle; } Edited December 26, 2019 by igeoorge
Solution Happy2Play 9443 Posted December 27, 2019 Solution Posted December 27, 2019 (edited) You have a couple options change/add #castContent .cardContent-button.cardImageContainer.coveredImage.cardContent.cardContent-shadow.itemAction.lazy to #castContent .cardContent-button.cardImageContainer.coveredImage.cardContent.cardContent-shadow.itemAction.lazy, #castContent .defaultCardBackground or change that line to #castContent .cardContent-button Edited December 27, 2019 by Happy2Play 1
igeoorge 26 Posted December 27, 2019 Author Posted December 27, 2019 It worked very well with this one. Thank you. #castContent .cardContent-button.cardImageContainer.coveredImage.cardContent.cardContent-shadow.itemAction.lazy, #castContent .defaultCardBackground
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now