Skip to content

Commit 8882b1d

Browse files
committed
Fix preview bar scaling on new youtube layout
1 parent 75288da commit 8882b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/content.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
pointer-events: none;
2626

2727
height: 100%;
28-
transform: scaleY(0.6) translateY(-30%) translateY(1.5px);
28+
transform: scaleY(0.667) translateY(-30%) translateY(1.5px);
2929
z-index: 42;
3030

3131
transition: transform .1s cubic-bezier(0,0,0.2,1);

0 commit comments

Comments
 (0)