mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Merge pull request #680 from leonklingele/add-player-styles
Add support for player styles
This commit is contained in:
commit
f6f176afc1
7 changed files with 40 additions and 1 deletions
|
@ -433,3 +433,22 @@ video.video-js {
|
|||
.pure-control-group label {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.video-js.player-style-invidious {
|
||||
/* This is already the default */
|
||||
}
|
||||
|
||||
.video-js.player-style-youtube .vjs-control-bar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.video-js.player-style-youtube .vjs-big-play-button {
|
||||
/*
|
||||
Styles copied from video-js.min.css, definition of
|
||||
.vjs-big-play-centered .vjs-big-play-button
|
||||
*/
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -.81666em;
|
||||
margin-left: -1.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue