From b0f295d6e68de390cd8c7740c35175a14589cea7 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Fri, 5 Apr 2024 00:03:18 +0300 Subject: [PATCH] Remove margin from Favorite button in title Previosly, the `listItemButton` class removed it. --- src/components/remotecontrol/remotecontrol.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/remotecontrol/remotecontrol.scss b/src/components/remotecontrol/remotecontrol.scss index f6e9a82e50..73523fa311 100644 --- a/src/components/remotecontrol/remotecontrol.scss +++ b/src/components/remotecontrol/remotecontrol.scss @@ -351,16 +351,16 @@ .nowPlayingInfoControls .nowPlayingPageUserDataButtonsTitle button { padding-top: 0; border-radius: 0; + margin-left: 0; + margin-right: 0; [dir="ltr"] & { padding-right: 0; - margin-right: 0; float: right; } [dir="rtl"] & { padding-left: 0; - margin-left: 0; float: left; } }