Fix rounded corners.

This commit is contained in:
Dermot Duffy
2022-02-07 21:58:27 -08:00
parent 85251ffe75
commit 7c8f351c33
+5
View File
@@ -10,6 +10,11 @@
margin: auto;
display: flex;
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 {