Skip to content

Commit

Permalink
fix: left controls being squished by chapter and right controls overf…
Browse files Browse the repository at this point in the history
…lowing
  • Loading branch information
VampireChicken12 committed Jan 22, 2024
1 parent 13a760e commit eb315a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions public/contentStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ body.no-scroll .yte-button-tooltip {
padding: 8px 9px !important;
transform: translate(-50%, -75%) !important;
}

.maximized_chapter {
width: 100% !important;
}

.maximized_video {
width: 100vw !important;
height: 100vh !important;
Expand All @@ -29,6 +31,7 @@ body.no-scroll .yte-button-tooltip {
object-fit: contain !important;
background: black !important;
}

.maximized_video_container {
position: fixed !important;
top: 0 !important;
Expand All @@ -37,10 +40,12 @@ body.no-scroll .yte-button-tooltip {
height: 100vh !important;
z-index: 2020 !important;
}

.maximized_controls {
width: 97vw !important;
right: 12px !important;
}

.yte-maximize-player-button {
opacity: 0.9;
display: inline-block;
Expand All @@ -51,3 +56,11 @@ body.no-scroll .yte-button-tooltip {
transition: opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
overflow: hidden;
}

.ytp-chapter-container {
flex: 1 !important;
}

.ytp-right-controls {
display: flex !important;
}

0 comments on commit eb315a2

Please sign in to comment.