From c2b27e24a1b2a430c30453e0f42fd5434b9914cd Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Mon, 27 Jul 2026 16:35:11 -0600 Subject: [PATCH] Round cast icons and attempt to create margin space --- lukeflix.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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;