diff --git a/data/interfaces/default/css/plexwatch.css b/data/interfaces/default/css/plexwatch.css index 5ba47852..53579937 100644 --- a/data/interfaces/default/css/plexwatch.css +++ b/data/interfaces/default/css/plexwatch.css @@ -6459,6 +6459,9 @@ button.close { } .poster { float: left; + min-height: 232px; + min-width: 155px; + position: relative; } .poster-face img{ bottom: 0; @@ -6491,6 +6494,9 @@ button.close { backface-visibility: hidden; height: 225px; width: 153px; + position: absolute; + bottom: 5px; + left: 0; border: 1px solid rgba(128, 128, 128, 0.3); } .poster-face img:hover { @@ -6498,6 +6504,47 @@ button.close { -moz-box-shadow: 0 0 0 2px #e9a049; box-shadow: 0 0 0 2px #e9a049; } +.cover-face img{ + bottom: 0; + overflow: hidden; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75); + -moz-box-shadow: 0 0 10px rgba(0,0,0,0.75); + box-shadow: 0 0 10px rgba(0,0,0,0.75); + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -ms-transform: translateZ(0); + -o-transform: translateZ(0); + transform: translateZ(0); + -webkit-transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + -ms-transform-style: preserve-3d; + -o-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-perspective: 1000; + -moz-perspective: 1000; + -ms-perspective: 1000; + -o-perspective: 1000; + perspective: 1000; + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + -o-backface-visibility: hidden; + backface-visibility: hidden; + height: 153px; + width: 153px; + border: 1px solid rgba(128, 128, 128, 0.3); + position: absolute; + bottom: 5px; + left: 0; +} +.cover-face img:hover { + webkit-box-shadow: 0 0 0 2px #e9a049; + -moz-box-shadow: 0 0 0 2px #e9a049; + box-shadow: 0 0 0 2px #e9a049; +} .users-poster-face img { bottom: 0; overflow: hidden; diff --git a/data/interfaces/default/recently_added.html b/data/interfaces/default/recently_added.html index 0c4bf98d..04ffc7eb 100644 --- a/data/interfaces/default/recently_added.html +++ b/data/interfaces/default/recently_added.html @@ -29,18 +29,28 @@ DOCUMENTATION :: END