Skip to content

Commit

Permalink
some bigger video control bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan1986 committed Jun 17, 2023
1 parent 88ec3df commit 929de65
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/app/styl/views/videojs.styl
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,19 @@
// padding-top: 0.1em;
// }
//}
.vjs-control-bar {
font-size: 14px;
}

.vjs-time-control {
display: block;
padding: 0;
min-width: 0;
&.vjs-time-divider {
margin: 0 5px;
}
}

.vjs-volume-panel {
order: 1;
&.vjs-volume-panel-horizontal {
Expand Down

0 comments on commit 929de65

Please sign in to comment.