From b500579236adcd4fc23366cdcf58bff24c12e603 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sun, 21 Jun 2020 13:21:31 +0200 Subject: [PATCH] Add hover text on item details buttons --- src/assets/css/librarybrowser.css | 6 ++++ src/controllers/itemDetails/itemDetails.html | 32 +++++++++---------- .../emby-scrollbuttons/emby-scrollbuttons.css | 2 +- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/src/assets/css/librarybrowser.css b/src/assets/css/librarybrowser.css index c299ed8d0d..c0a92e05f9 100644 --- a/src/assets/css/librarybrowser.css +++ b/src/assets/css/librarybrowser.css @@ -437,6 +437,7 @@ background-attachment: fixed; height: 40vh; position: relative; + animation: backdrop-fadein 800ms ease-in normal both; } .layout-mobile .itemBackdrop { @@ -952,6 +953,10 @@ div.itemDetailGalleryLink.defaultCardBackground { } } +.detailVerticalSection .emby-scrollbuttons { + padding-top: 0.4em; +} + .layout-tv .detailVerticalSection { margin-bottom: 3.4em !important; } @@ -1070,6 +1075,7 @@ div.itemDetailGalleryLink.defaultCardBackground { div:not(.sectionTitleContainer-cards) > .sectionTitle-cards { margin: 0; padding-top: 0.5em; + padding-bottom: 0.2em; } .layout-mobile :not(.sectionTitleContainer-cards) > .sectionTitle-cards { diff --git a/src/controllers/itemDetails/itemDetails.html b/src/controllers/itemDetails/itemDetails.html index 777439258a..1a97daf1a8 100644 --- a/src/controllers/itemDetails/itemDetails.html +++ b/src/controllers/itemDetails/itemDetails.html @@ -12,73 +12,73 @@
- - - - - - - - - - - -
-
+

-
+

@@ -212,14 +212,14 @@
-
+

${HeaderScenes}

-
+

${HeaderMoreLikeThis}

diff --git a/src/elements/emby-scrollbuttons/emby-scrollbuttons.css b/src/elements/emby-scrollbuttons/emby-scrollbuttons.css index b2e0d3bc23..5af739bac1 100644 --- a/src/elements/emby-scrollbuttons/emby-scrollbuttons.css +++ b/src/elements/emby-scrollbuttons/emby-scrollbuttons.css @@ -6,7 +6,7 @@ justify-content: center; min-width: 104px; min-height: 24px; - padding-top: 1.25em; + padding-top: 0.85em; z-index: 1; color: #fff; display: flex;