Round cast icons and attempt to create margin space
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user