diff --git a/src/routes/Player/ControlBar/styles.less b/src/routes/Player/ControlBar/styles.less index c23011a7f..f4e02253d 100644 --- a/src/routes/Player/ControlBar/styles.less +++ b/src/routes/Player/ControlBar/styles.less @@ -26,6 +26,10 @@ width: floor((@buttons-bar-height * 0.6)); height: floor((@buttons-bar-height * 0.6)); } + + &.active { + padding-top: 1px; + } } .time-label {