Make required segments thicker in preview bar

This commit is contained in:
Ajay
2022-09-01 21:35:58 -04:00
parent 1f68f512fa
commit 2b5a02e068
3 changed files with 8 additions and 0 deletions

View File

@@ -39,6 +39,10 @@
height: 100%;
}
.previewbar.requiredSegment {
transform: scaleY(3)
}
/* Make sure settings are upfront */
.ytp-settings-menu {
z-index: 6000 !important;