Skip to content

Commit b17ec63

Browse files
committed
feat: css UI align hover preview
1 parent c3f0761 commit b17ec63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/webui/src/client/styles/rundownView.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,8 +3148,8 @@ svg.icon {
31483148
> .video-preview,
31493149
> .thumbnail {
31503150
display: block;
3151-
width: 420px;
3152-
height: 180px;
3151+
width: 414px;
3152+
height: 233px;
31533153
background: #000;
31543154
}
31553155

@@ -3274,7 +3274,7 @@ svg.icon {
32743274
white-space: normal;
32753275
position: absolute;
32763276
bottom: 7px;
3277-
right: 0;
3277+
right: 7px;
32783278
}
32793279
.mini-inspector__system {
32803280
font-weight: 300;

0 commit comments

Comments
 (0)