Minor style fixes for timeline/thumbnails.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -141,6 +141,8 @@ div.vis-tooltip {
|
||||
|
||||
// Use browser default font-family for tooltips.
|
||||
font-family: unset;
|
||||
|
||||
z-index: 30;
|
||||
}
|
||||
|
||||
.target_bar {
|
||||
|
||||
Reference in New Issue
Block a user