diff --git a/src/cards/ha-camera-card.html b/src/cards/ha-camera-card.html index d6c02befbb..067719ab1d 100644 --- a/src/cards/ha-camera-card.html +++ b/src/cards/ha-camera-card.html @@ -14,12 +14,15 @@ .camera-feed { width: 100%; height: auto; + border-radius: 2px; } .caption { position: absolute; left: 0px; right: 0px; bottom: 0px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; background-color: rgba(0, 0, 0, 0.3); padding: 16px;