diff --git a/src/components/themes/appletv/theme.css b/src/components/themes/appletv/theme.css index 600dd43f33..35b388d1c2 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 476ea0dab2..4740fc5ee7 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 781ea538ee..161c8d6df3 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 93172a3227..d018ec715a 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 af0aa04f82..f7cc4da9f3 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 5670394f1e..684ac96f1f 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 66b4b23893..239e920a3d 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 87ce6841ae..7c7f708856 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% +}