diff --git a/src/components/themes/appletv/theme.css b/src/components/themes/appletv/theme.css index 600dd43f3..35b388d1c 100644 --- a/src/components/themes/appletv/theme.css +++ b/src/components/themes/appletv/theme.css @@ -462,9 +462,3 @@ 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 476ea0dab..4740fc5ee 100644 --- a/src/components/themes/blueradiance/theme.css +++ b/src/components/themes/blueradiance/theme.css @@ -470,9 +470,3 @@ 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 781ea538e..161c8d6df 100644 --- a/src/components/themes/dark/theme.css +++ b/src/components/themes/dark/theme.css @@ -447,9 +447,3 @@ 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 93172a322..d018ec715 100644 --- a/src/components/themes/emby/theme.css +++ b/src/components/themes/emby/theme.css @@ -447,9 +447,3 @@ 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 af0aa04f8..f7cc4da9f 100644 --- a/src/components/themes/light/theme.css +++ b/src/components/themes/light/theme.css @@ -443,9 +443,3 @@ 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 5670394f1..684ac96f1 100644 --- a/src/components/themes/purple-haze/theme.css +++ b/src/components/themes/purple-haze/theme.css @@ -575,9 +575,3 @@ 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 66b4b2389..239e920a3 100644 --- a/src/components/themes/wmc/theme.css +++ b/src/components/themes/wmc/theme.css @@ -465,9 +465,3 @@ html { .metadataSidebarIcon { color: #00a4dc } - -.mediaInfoContent { - margin-left: auto; - margin-right: auto; - width: 85% -} diff --git a/src/css/site.css b/src/css/site.css index 87ce6841a..7c7f70885 100644 --- a/src/css/site.css +++ b/src/css/site.css @@ -108,3 +108,9 @@ div[data-role=page] { padding-bottom: .4em !important; padding-top: .4em !important } + +.mediaInfoContent { + margin-left: auto; + margin-right: auto; + width: 85% +}