Skip to content

Commit

Permalink
Make player button smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer committed Oct 28, 2024
1 parent 42e633f commit b30992d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@
opacity: 1;
}

:deep(.shaka-controls-container[shown='true'] > .shaka-play-button-container > .shaka-play-button) {
opacity: 0.75 !important;
}

:deep(.shaka-controls-container > .shaka-play-button-container > .shaka-play-button) {
padding: min(calc(15% / 2), 55px);
}

.ftVideoPlayer:fullscreen :deep(.theatre-button),
.ftVideoPlayer:fullscreen :deep(.full-window-button),
.fullWindow :deep(.theatre-button) {
Expand Down

0 comments on commit b30992d

Please sign in to comment.