Minor style fixes for timeline/thumbnails.

This commit is contained in:
Dermot Duffy
2023-04-15 15:36:23 -07:00
parent 1eadbd39c0
commit d05d0c3054
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -28,6 +28,9 @@
frigate-card-thumbnail {
width: var(--frigate-card-thumbnail-size);
height: var(--frigate-card-thumbnail-size);
// Do not let thumbnails span beyond the width of the carousel.
max-width: 100%;
}
frigate-card-thumbnail[details] {
width: var(--frigate-card-thumbnail-details-width);
+2
View File
@@ -141,6 +141,8 @@ div.vis-tooltip {
// Use browser default font-family for tooltips.
font-family: unset;
z-index: 30;
}
.target_bar {