diff --git a/lukeflix.css b/lukeflix.css index bdc0317..8d86174 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -630,6 +630,15 @@ a[data-role="button"]:hover { box-shadow: 0 0 3px rgba(200, 200, 200, 0.35) inset; } +/* Round Cast Images */ +.personCard .cardContent.cardImageContainer { + border-radius: 50% !important; +} + +.personCard { + margin-right: 20px !important; +} + .paper-icon-button-light:hover, .paper-icon-button-light:hover:not(:disabled) { background-color: rgba(0, 0, 0, 0.4) !important;