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; } }