Merge pull request #1093 from dermotduffy/minor-style-fixes
Minor style fixes for timeline/thumbnails
This commit is contained in:
@@ -28,6 +28,9 @@
|
|||||||
frigate-card-thumbnail {
|
frigate-card-thumbnail {
|
||||||
width: var(--frigate-card-thumbnail-size);
|
width: var(--frigate-card-thumbnail-size);
|
||||||
height: 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] {
|
frigate-card-thumbnail[details] {
|
||||||
width: var(--frigate-card-thumbnail-details-width);
|
width: var(--frigate-card-thumbnail-details-width);
|
||||||
|
|||||||
@@ -141,6 +141,8 @@ div.vis-tooltip {
|
|||||||
|
|
||||||
// Use browser default font-family for tooltips.
|
// Use browser default font-family for tooltips.
|
||||||
font-family: unset;
|
font-family: unset;
|
||||||
|
|
||||||
|
z-index: 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
.target_bar {
|
.target_bar {
|
||||||
|
|||||||
Reference in New Issue
Block a user