diff --git a/app/javascript/components/Ramp.scss b/app/javascript/components/Ramp.scss index 18b4982164..ce09356506 100644 --- a/app/javascript/components/Ramp.scss +++ b/app/javascript/components/Ramp.scss @@ -38,9 +38,6 @@ min-height: 2.9em; } } - .vjs-volume-horizontal .vjs-volume-level .vjs-svg-icon>svg { - vertical-align: top; - } } .ramp--structured-nav { diff --git a/app/javascript/components/embeds/Ramp.scss b/app/javascript/components/embeds/Ramp.scss index e563d939ec..4a54fa8771 100644 --- a/app/javascript/components/embeds/Ramp.scss +++ b/app/javascript/components/embeds/Ramp.scss @@ -38,16 +38,13 @@ .video-js .vjs-control-bar { font-size: 90% !important; } - + // reduce player height to match with adjusted font-size // for smaller screens .video-js.vjs-audio { min-height: 2.9em; } } - .vjs-volume-horizontal .vjs-volume-level .vjs-svg-icon>svg { - vertical-align: top; - } .video-js .vjs-title-bar .vjs-title-link { font-size: 125%; } diff --git a/package.json b/package.json index f4f07cb527..9349c381c5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-react": "^7.0.0", "@babel/runtime": "7", - "@samvera/ramp": "https://github.com/samvera-labs/ramp.git#9c2798014c5afc6edaa36dd93c9b5bc404265642", + "@samvera/ramp": "https://github.com/samvera-labs/ramp.git#672dc338eaf31a821e4a9343ae2d03800c96ee1a", "babel-plugin-macros": "^3.1.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "buffer": "^6.0.3", diff --git a/yarn.lock b/yarn.lock index 162ed5aa81..d7512a88de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1477,9 +1477,9 @@ estree-walker "^2.0.2" picomatch "^2.3.1" -"@samvera/ramp@https://github.com/samvera-labs/ramp.git#9c2798014c5afc6edaa36dd93c9b5bc404265642": +"@samvera/ramp@https://github.com/samvera-labs/ramp.git#672dc338eaf31a821e4a9343ae2d03800c96ee1a": version "3.1.2" - resolved "https://github.com/samvera-labs/ramp.git#9c2798014c5afc6edaa36dd93c9b5bc404265642" + resolved "https://github.com/samvera-labs/ramp.git#672dc338eaf31a821e4a9343ae2d03800c96ee1a" dependencies: "@rollup/plugin-json" "^6.0.1" "@silvermine/videojs-quality-selector" "^1.3.1" @@ -4718,11 +4718,16 @@ mime-db@1.50.0, "mime-db@>= 1.43.0 < 2": resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.50.0.tgz#abd4ac94e98d3c0e185016c67ab45d5fde40c11f" integrity sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A== -mime-db@1.52.0, mime-db@^1.52.0: +mime-db@1.52.0: version "1.52.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== +mime-db@^1.52.0: + version "1.53.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.53.0.tgz#3cb63cd820fc29896d9d4e8c32ab4fcd74ccb447" + integrity sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg== + mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.19, mime-types@~2.1.34: version "2.1.35" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"