Skip to content

Commit

Permalink
feat: css UI align hover preview
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 8, 2025
1 parent c3f0761 commit b17ec63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/webui/src/client/styles/rundownView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3148,8 +3148,8 @@ svg.icon {
> .video-preview,
> .thumbnail {
display: block;
width: 420px;
height: 180px;
width: 414px;
height: 233px;
background: #000;
}

Expand Down Expand Up @@ -3274,7 +3274,7 @@ svg.icon {
white-space: normal;
position: absolute;
bottom: 7px;
right: 0;
right: 7px;
}
.mini-inspector__system {
font-weight: 300;
Expand Down

0 comments on commit b17ec63

Please sign in to comment.