Initial settings for timeline.

This commit is contained in:
Dermot Duffy
2022-03-19 09:00:21 -07:00
parent 37467eff8c
commit b35b9d0e36
6 changed files with 155 additions and 46 deletions
+4 -2
View File
@@ -2,11 +2,13 @@
display: block;
width: 100%;
height: 100%;
--frigate-card-timeline-thumbnail-size: 75px;
}
img {
width: 75px;
height: 75px;
width: var(--frigate-card-timeline-thumbnail-size);
height: var(--frigate-card-timeline-thumbnail-size);
display: block;
border-radius: 5px;
transition: transform 0.2s linear;
+7
View File
@@ -4,12 +4,18 @@
width: 100%;
height: 100%;
display: block;
background-color: var(--card-background-color);
padding-bottom: 5px;
}
div.timeline {
height: 100%;
}
.vis-text {
color: var(--primary-text-color) !important;
}
.vis-timeline {
border: hidden;
}
@@ -20,6 +26,7 @@ div.timeline {
}
.vis-item:hover {
// Float icons upwards when the user hovers over them.
z-index: 2;
}