Skip to content

Commit

Permalink
Merge pull request #1093 from dermotduffy/minor-style-fixes
Browse files Browse the repository at this point in the history
Minor style fixes for timeline/thumbnails
  • Loading branch information
dermotduffy authored Apr 15, 2023
2 parents 1eadbd3 + d05d0c3 commit c9aa3c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scss/thumbnail-carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 2 additions & 0 deletions src/scss/timeline-core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ div.vis-tooltip {

// Use browser default font-family for tooltips.
font-family: unset;

z-index: 30;
}

.target_bar {
Expand Down

0 comments on commit c9aa3c0

Please sign in to comment.