diff --git a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css index fe4c60015..1d2bc7bb7 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css +++ b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css @@ -182,6 +182,17 @@ height: 100%; } +.cardImage { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-size: contain; + background-repeat: no-repeat; + background-position: center bottom; +} + .coveredImage { background-size: 100% 100%; background-position: center center; @@ -248,17 +259,6 @@ white-space: normal; } -.cardImage { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-size: contain; - background-repeat: no-repeat; - background-position: center bottom; -} - .cardImageIcon { width: 12vh; height: 12vh; diff --git a/dashboard-ui/login.html b/dashboard-ui/login.html index 21472fe2e..0516f5dfe 100644 --- a/dashboard-ui/login.html +++ b/dashboard-ui/login.html @@ -13,10 +13,14 @@
- +
-
+ +