diff --git a/src/components/themes/appletv/theme.css b/src/components/themes/appletv/theme.css index 35b388d1c2..600dd43f33 100644 --- a/src/components/themes/appletv/theme.css +++ b/src/components/themes/appletv/theme.css @@ -462,3 +462,9 @@ html { .metadataSidebarIcon { color: #00a4dc } + +.mediaInfoContent { + margin-left: auto; + margin-right: auto; + width: 85% +} diff --git a/src/components/themes/blueradiance/theme.css b/src/components/themes/blueradiance/theme.css index 4740fc5ee7..476ea0dab2 100644 --- a/src/components/themes/blueradiance/theme.css +++ b/src/components/themes/blueradiance/theme.css @@ -470,3 +470,9 @@ html { .metadataSidebarIcon { color: #00a4dc } + +.mediaInfoContent { + margin-left: auto; + margin-right: auto; + width: 85% +} diff --git a/src/components/themes/dark/theme.css b/src/components/themes/dark/theme.css index 161c8d6df3..781ea538ee 100644 --- a/src/components/themes/dark/theme.css +++ b/src/components/themes/dark/theme.css @@ -447,3 +447,9 @@ html { .metadataSidebarIcon { color: #00a4dc } + +.mediaInfoContent { + margin-left: auto; + margin-right: auto; + width: 85% +} diff --git a/src/components/themes/emby/theme.css b/src/components/themes/emby/theme.css index d018ec715a..93172a3227 100644 --- a/src/components/themes/emby/theme.css +++ b/src/components/themes/emby/theme.css @@ -447,3 +447,9 @@ html { .metadataSidebarIcon { color: #00a4dc } + +.mediaInfoContent { + margin-left: auto; + margin-right: auto; + width: 85% +} diff --git a/src/components/themes/light/theme.css b/src/components/themes/light/theme.css index f7cc4da9f3..af0aa04f82 100644 --- a/src/components/themes/light/theme.css +++ b/src/components/themes/light/theme.css @@ -443,3 +443,9 @@ html { .metadataSidebarIcon { color: #00a4dc } + +.mediaInfoContent { + margin-left: auto; + margin-right: auto; + width: 85% +} diff --git a/src/components/themes/purple-haze/theme.css b/src/components/themes/purple-haze/theme.css index 684ac96f1f..5670394f1e 100644 --- a/src/components/themes/purple-haze/theme.css +++ b/src/components/themes/purple-haze/theme.css @@ -575,3 +575,9 @@ a[data-role=button] { .metadataSidebarIcon { color: #dbe6ff } + +.mediaInfoContent { + margin-left: auto; + margin-right: auto; + width: 85% +} diff --git a/src/components/themes/wmc/theme.css b/src/components/themes/wmc/theme.css index 239e920a3d..66b4b23893 100644 --- a/src/components/themes/wmc/theme.css +++ b/src/components/themes/wmc/theme.css @@ -465,3 +465,9 @@ html { .metadataSidebarIcon { color: #00a4dc } + +.mediaInfoContent { + margin-left: auto; + margin-right: auto; + width: 85% +}