From bce24b26ba33a02b635797b36df2852b445b6e53 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Mon, 28 Feb 2022 22:45:18 +0300 Subject: [PATCH] refactor: Remove unnecessary 'height' It is better to use `flex-grow` to grow the element. --- src/components/remotecontrol/remotecontrol.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/remotecontrol/remotecontrol.scss b/src/components/remotecontrol/remotecontrol.scss index 9f7d9f9487..6dc769e710 100644 --- a/src/components/remotecontrol/remotecontrol.scss +++ b/src/components/remotecontrol/remotecontrol.scss @@ -410,7 +410,6 @@ .nowPlayingButtonsContainer { display: flex; - height: 100%; flex-direction: column; } }