volSliderSize.css 224 B

12345
  1. /* {WIDTH} will be replaced with the width number set in the config menu */
  2. #bytm-vol-slider-cont tp-yt-paper-slider#volume-slider {
  3. --bytm-slider-width: /*{WIDTH}*/;
  4. width: var(--bytm-slider-width, 120px) !important;
  5. }