diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css index 8f623792ef..1d61125787 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css @@ -15,7 +15,7 @@ user-select: none; cursor: pointer; z-index: 0; - padding: 0.7em 0.57em; + padding: 0.85em 0.57em; font-weight: normal; vertical-align: middle; border: 0; diff --git a/dashboard-ui/scripts/librarypathmapping.js b/dashboard-ui/scripts/librarypathmapping.js index dd017de286..75af276195 100644 --- a/dashboard-ui/scripts/librarypathmapping.js +++ b/dashboard-ui/scripts/librarypathmapping.js @@ -138,8 +138,6 @@ $('.libraryPathMappingForm').off('submit', onSubmit).on('submit', onSubmit); - page.querySelector('.labelFromHelp').innerHTML = Globalize.translate('LabelFromHelp', 'D:\\Movies'); - }).on('pageshow', "#libraryPathMappingPage", function () { LibraryMenu.setTabs('librarysetup', 2, getTabs);