diff --git a/dashboard-ui/bower_components/emby-collapsible/emby-collapsible.html b/dashboard-ui/bower_components/emby-collapsible/emby-collapsible.html index 3bbc8d9d7f..bee2b5380f 100644 --- a/dashboard-ui/bower_components/emby-collapsible/emby-collapsible.html +++ b/dashboard-ui/bower_components/emby-collapsible/emby-collapsible.html @@ -23,16 +23,22 @@ } :host:not([icon]) #titleIcon { - display: none!important; + display: none !important; } :host #titleIcon { margin-right: 1em; } + + :host #expandButton { + margin: 0; + display: flex; + align-items: center; + }
- - + +

[[title]]

diff --git a/dashboard-ui/components/metadataeditor/metadataeditor.template.html b/dashboard-ui/components/metadataeditor/metadataeditor.template.html index 39ee379a58..32dde531a3 100644 --- a/dashboard-ui/components/metadataeditor/metadataeditor.template.html +++ b/dashboard-ui/components/metadataeditor/metadataeditor.template.html @@ -31,6 +31,8 @@