From 2c07fb2d93c86cc745708ce05a45c680fde1edc7 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Fri, 23 Nov 2018 14:11:21 +0200 Subject: [PATCH] bouncing share button fixed --- src/routes/Player/ControlBar/styles.less | 4 ++++ 1 file changed, 4 insertions(+) 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 {