diff --git a/src/components/nowPlayingBar/nowPlayingBar.js b/src/components/nowPlayingBar/nowPlayingBar.js
index ab3c9c7feb..4d7d77a45e 100644
--- a/src/components/nowPlayingBar/nowPlayingBar.js
+++ b/src/components/nowPlayingBar/nowPlayingBar.js
@@ -617,7 +617,7 @@ function updateNowPlayingInfo(state) {
});
});
}
- nowPlayingUserData.innerHTML = '';
+ nowPlayingUserData.innerHTML = '';
});
} else {
nowPlayingUserData.innerHTML = '';
diff --git a/src/components/remotecontrol/remotecontrol.js b/src/components/remotecontrol/remotecontrol.js
index 2de6f2e206..6aafeca6a6 100644
--- a/src/components/remotecontrol/remotecontrol.js
+++ b/src/components/remotecontrol/remotecontrol.js
@@ -234,8 +234,8 @@ function updateNowPlayingInfo(context, state, serverId) {
apiClient.getItem(apiClient.getCurrentUserId(), item.Id).then(function (fullItem) {
const userData = fullItem.UserData || {};
const likes = userData.Likes == null ? '' : userData.Likes;
- context.querySelector('.nowPlayingPageUserDataButtonsTitle').innerHTML = '';
- context.querySelector('.nowPlayingPageUserDataButtons').innerHTML = '';
+ context.querySelector('.nowPlayingPageUserDataButtonsTitle').innerHTML = '';
+ context.querySelector('.nowPlayingPageUserDataButtons').innerHTML = '';
});
} else {
clearBackdrop();
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;
}
}