From a3ced70ea198a4efa2c90706cd65eb6e8a4180b0 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Sat, 23 Mar 2019 00:52:07 +0200 Subject: [PATCH] not needed styles dropped --- src/routes/Player/ControlBar/styles.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/Player/ControlBar/styles.less b/src/routes/Player/ControlBar/styles.less index 28699ce61..d1b448a08 100644 --- a/src/routes/Player/ControlBar/styles.less +++ b/src/routes/Player/ControlBar/styles.less @@ -2,7 +2,6 @@ padding: 0 calc(var(--control-bar-button-size) * 0.4); display: flex; flex-direction: column; - justify-content: flex-end; align-items: stretch; .seek-bar { @@ -65,7 +64,7 @@ } .spacing { - flex: 1 + flex: 1; } }