diff --git a/src/routes/Player/ControlBar/styles.less b/src/routes/Player/ControlBar/styles.less index d2751115d..e50c82d2b 100644 --- a/src/routes/Player/ControlBar/styles.less +++ b/src/routes/Player/ControlBar/styles.less @@ -24,7 +24,12 @@ width: @buttons-bar-height; } + .time-label { + font-size: 16px; + } + .separator { + width: 1px; margin-left: floor((@buttons-bar-height * 0.25)); margin-right: floor((@buttons-bar-height * 0.25)); } @@ -92,14 +97,12 @@ } .separator { - width: 1px; height: 70%; background-color: @colorneutrallight80; } .time-label { color: @colorwhite; - font-size: 16px; } .spacing {