diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json index c2e9c21b8..38dc11ec2 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/.bower.json +++ b/dashboard-ui/bower_components/emby-webcomponents/.bower.json @@ -14,14 +14,14 @@ }, "devDependencies": {}, "ignore": [], - "version": "1.4.142", - "_release": "1.4.142", + "version": "1.4.143", + "_release": "1.4.143", "_resolution": { "type": "version", - "tag": "1.4.142", - "commit": "12659f33236f3a8daf282132ca715d2bbf449bfe" + "tag": "1.4.143", + "commit": "a5cb5b5e596af6e78cfe3cca056722ca6cffdb9d" }, "_source": "https://github.com/MediaBrowser/emby-webcomponents.git", - "_target": "^1.2.0", + "_target": "^1.2.1", "_originalSource": "emby-webcomponents" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css index 083e727d7..c93043a1a 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css +++ b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css @@ -3,7 +3,6 @@ justify-content: center; padding: 0; border: none; - box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); max-height: 84%; } @@ -11,7 +10,7 @@ max-height: none; } -.actionSheet.centered .actionSheetContent { +.actionSheetContent-centered { text-align: center; align-items: center; } @@ -27,7 +26,7 @@ text-align: center; } -button.actionSheetMenuItem { +.actionSheetMenuItem { padding: 0 1.6em; margin: 0; text-transform: none; @@ -68,23 +67,17 @@ button.actionSheetMenuItem { width: auto; } -h1.actionSheetTitle { +.actionSheetTitle { margin: .5em 0 1em !important; padding: 0 1em; flex-grow: 0; } -h2.actionSheetTitle { - margin: .25em 0 .55em !important; - padding: 0 1em; - flex-grow: 0; -} - .actionSheetText { padding: 0 1em; flex-grow: 0; } -.actionSheet.extraSpacing { +.actionsheet-extraSpacing { font-size: 108%; } diff --git a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.js b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.js index 32389bf17..32d997b84 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.js +++ b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.js @@ -107,13 +107,42 @@ var dlg = dialogHelper.createDialog(dialogOptions); if (!layoutManager.tv) { - dlg.classList.add('extraSpacing'); + dlg.classList.add('actionsheet-extraSpacing'); } dlg.classList.add('actionSheet'); var html = ''; - html += '
+