Fix carousel resizing in certain circumstances.

This commit is contained in:
Dermot Duffy
2022-02-01 21:57:28 -08:00
parent 322a44c2c7
commit 2ea25a4a99
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -8,5 +8,5 @@
webrtc-camera ha-card {
box-shadow: none;
border-radius: 0px;
background-color: var(--secondary-background-color, black);
background-color: black;
}