Merge pull request #340 from dermotduffy/round-corners
Fix rounded corners
This commit is contained in:
@@ -10,6 +10,11 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
// Need to apply the border radius on the container level, as the ha-card has
|
||||||
|
// overflow visible in order to allow a submenu to extend beyond the card
|
||||||
|
// boundary.
|
||||||
|
border-radius: var(--ha-card-border-radius, 4px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.frigate-card-contents {
|
.frigate-card-contents {
|
||||||
|
|||||||
Reference in New Issue
Block a user