Fix Safari thumbnail render issue.

This commit is contained in:
Dermot Duffy
2022-09-27 21:07:13 -07:00
parent 7cc93363c6
commit 26120cacce
+4 -2
View File
@@ -8,8 +8,10 @@ img {
}
img,
ha-icon,
frigate-card-progress-indicator {
ha-icon {
// Safari will occasionally not load thumbnails correctly with display block.
display: inline-block;
border-radius: var(--ha-card-border-radius, 4px);
max-width: var(--frigate-card-thumbnail-size);