Skip to content

Commit

Permalink
Update player CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 10, 2024
1 parent c429682 commit 0818566
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions plugin/PlayerSkins/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
margin-bottom: 10px;
}

.vjs-has-started.vjs-paused .vjs-big-play-button{
display: none !important;
@media all and (min-width: 900px) {
.vjs-has-started.vjs-paused .vjs-big-play-button{
display: none !important;
}
}

.vjs-has-started.vjs-paused.showBigButton .vjs-big-play-button{
Expand All @@ -54,6 +56,9 @@
div.vjs-control-bar{
font-size: 0.9em !important;
}
#mainVideo > div.vjs-control-bar > div.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button > div > ul{
font-size: 1.2em !important;
}
}
@media all and (max-width: 800px) {
div.vjs-control-bar{
Expand Down
1 change: 0 additions & 1 deletion view/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ footer ul.list-inline li {

.main-video {
background-color: #000;
margin-bottom: 10px;
}

.main-video {
Expand Down

0 comments on commit 0818566

Please sign in to comment.