Expand the timeline to 100% height in panel mode.

This commit is contained in:
Dermot Duffy
2022-10-15 12:16:43 -07:00
parent 42a9c62f6b
commit 700f09c12c
5 changed files with 33 additions and 1 deletions
+4
View File
@@ -12,6 +12,10 @@ ha-icon {
// Safari will occasionally not load thumbnails correctly with display block.
display: inline-block;
// Ensure no whitespace around img with inline-block display.
vertical-align: top;
margin: 0;
border-radius: var(--frigate-card-css-border-radius, var(--ha-card-border-radius, 4px));
max-width: var(--frigate-card-thumbnail-size);