Skip to content

Commit

Permalink
Merge pull request #5674 from avalonmediasystem/player-icon-android
Browse files Browse the repository at this point in the history
Reduce player icon size
  • Loading branch information
Dananji authored Feb 28, 2024
2 parents 3d9bd82 + 413d4d1 commit b52b35a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/javascript/components/Ramp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
scale: 1.5;
}
}

.video-js .vjs-control-bar {
font-size: 100% !important;
}
}

.ramp--structured-nav {
Expand Down Expand Up @@ -363,4 +367,4 @@
height: 109vh !important;
}
}
}
}

0 comments on commit b52b35a

Please sign in to comment.