From 255e153981a974e46f3723db3383f72e49ab71e4 Mon Sep 17 00:00:00 2001 From: dananji Date: Wed, 10 Jan 2024 10:49:06 -0800 Subject: [PATCH] New Ramp build with latest code changes --- app/javascript/components/Ramp.scss | 12 ++++++++++++ yarn.lock | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/app/javascript/components/Ramp.scss b/app/javascript/components/Ramp.scss index b57c50e62f..0737dac683 100644 --- a/app/javascript/components/Ramp.scss +++ b/app/javascript/components/Ramp.scss @@ -211,6 +211,18 @@ .ramp--transcript_nav div.transcript_content { height: fit-content !important; } + + .vjs-track-scrubber-container { + width: 100%; + + .vjs-time { + margin: 0 !important; + } + + .tooltiptext { + bottom: 3em; + } + } } // Left align the structure navigation component in item view diff --git a/yarn.lock b/yarn.lock index 2671690c98..631139bd68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1339,7 +1339,7 @@ "@samvera/ramp@https://github.com/samvera-labs/ramp.git": version "2.0.0" - resolved "https://github.com/samvera-labs/ramp.git#7817d10be2c3d5a319d6e7624f781d9163986172" + resolved "https://github.com/samvera-labs/ramp.git#8932070396cc1a6abc4cecc358aa5f389179f8d9" dependencies: "@rollup/plugin-json" "^6.0.1" "@silvermine/videojs-quality-selector" "^1.2.4" @@ -4666,9 +4666,9 @@ postcss-value-parser@^4.2.0: integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== postcss@^8.3.11: - version "8.4.32" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9" - integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw== + version "8.4.33" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742" + integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg== dependencies: nanoid "^3.3.7" picocolors "^1.0.0"