diff --git a/maze-utils b/maze-utils index de2cda1e75..601df1ea1b 160000 --- a/maze-utils +++ b/maze-utils @@ -1 +1 @@ -Subproject commit de2cda1e75eb88560dd94546197b674e7f044788 +Subproject commit 601df1ea1b2e4c71c27e2b18a877cfa011c5f090 diff --git a/public/_locales b/public/_locales index 2653a15038..e2794273bd 160000 --- a/public/_locales +++ b/public/_locales @@ -1 +1 @@ -Subproject commit 2653a150380d6045e60b57c8db22a6261bad506f +Subproject commit e2794273bd3d5ea44700657a49284e1c8e32f794 diff --git a/public/content.css b/public/content.css index f21500eefd..3a0f32ce51 100644 --- a/public/content.css +++ b/public/content.css @@ -31,6 +31,15 @@ transition: transform .1s cubic-bezier(0,0,0.2,1); } +/* Prevent bar from covering highlights on YTTV */ +#previewbar.sponsorblock-yttv-container { + z-index: unset; +} + +ytu-time-bar.ytu-storyboard { + text-align: center; +} + /* May 2024 hover preview */ .YtPlayerProgressBarProgressBar #previewbar { transform: none; @@ -67,6 +76,11 @@ div:hover > #previewbar.sbNotInvidious { min-width: 1px; } +.previewbar-yttv { + height: 10px; + top: 14px; +} + .previewbar.requiredSegment { transform: scaleY(3); } @@ -184,6 +198,16 @@ div:hover > .sponsorBlockChapterBar { padding-right: 3.6px; } +.sbButtonYTTV { + padding-left: 5px !important; +} + +/* YTTV only */ +.ytu-player-controls > .skipButtonControlBarContainer > div { + padding-left: 5px; + align-content: center; +} + .autoHiding { overflow: visible !important; } diff --git a/src/components/ChapterVoteComponent.tsx b/src/components/ChapterVoteComponent.tsx index 677a966d17..eaafeaa1b4 100644 --- a/src/components/ChapterVoteComponent.tsx +++ b/src/components/ChapterVoteComponent.tsx @@ -44,7 +44,7 @@ class ChapterVoteComponent extends React.Component {/* Upvote Button */}