diff --git a/src/routes/Player/ControlBar/styles.less b/src/routes/Player/ControlBar/styles.less index 052622400..67b0979ad 100644 --- a/src/routes/Player/ControlBar/styles.less +++ b/src/routes/Player/ControlBar/styles.less @@ -91,6 +91,10 @@ padding: 0 0.5rem; overflow: visible; + .volume-slider { + display: none; + } + .control-bar-buttons-menu-button { display: flex; }