Round cast icons and attempt to create margin space

This commit is contained in:
2026-07-27 16:35:11 -06:00
parent 19b690ac9d
commit c2b27e24a1

View File

@@ -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;