From 7375c106a2509f4073430449607904037d1fb5bb Mon Sep 17 00:00:00 2001 From: btzr-io Date: Tue, 20 Jul 2021 12:56:55 -0500 Subject: [PATCH] fix channel quick menu actions z-index: #6582 --- static/app-strings.json | 11 +++-------- ui/scss/component/_channel.scss | 3 ++- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 47a1a3569..1c82b4533 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2014,14 +2014,14 @@ "Chat": "Chat", "Tipped": "Tipped", "Fromage": "Fromage", - "In Favorites": "In Favorites", + "In Favorites": "In Favorites", "In Watch Later": "In Watch Later", "In %lastCollectionName%": "In %lastCollectionName%", "Remove from Watch Later": "Remove from Watch Later", "Add to Watch Later": "Add to Watch Later", - "Added": "Added", + "Added": "Added", "Item added to Watch Later": "Item added to Watch Later", - "Item removed from Watch Later": "Item removed from Watch Later", + "Item removed from Watch Later": "Item removed from Watch Later", "Item added to %lastCollectionName%": "Item added to %lastCollectionName%", "Item removed from %lastCollectionName%": "Item removed from %lastCollectionName%", "Your publish is being confirmed and will be live soon": "Your publish is being confirmed and will be live soon", @@ -2051,16 +2051,11 @@ "The payment will be made from your saved card": "The payment will be made from your saved card", "A channel is required to comment on lbry.tv": "A channel is required to comment on lbry.tv", "Commenting...": "Commenting...", - "Add to Watch Later": "Add to Watch Later", - "Remove from Watch Later": "Remove from Watch Later", - "Added": "Added", "Show %count% replies": "Show %count% replies", "Show reply": "Show reply", "added to": "added to", "removed from": "removed from", - "Item removed from Watch Later": "Item removed from Watch Later", "Skip Navigation": "Skip Navigation", - "In Favorites": "In Favorites", "by %channelTitle%": "by %channelTitle%", "Reset": "Reset", "Reset to original (previous) publish date": "Reset to original (previous) publish date", diff --git a/ui/scss/component/_channel.scss b/ui/scss/component/_channel.scss index a03cd891c..25d358df2 100644 --- a/ui/scss/component/_channel.scss +++ b/ui/scss/component/_channel.scss @@ -1,5 +1,6 @@ $cover-z-index: 0; $metadata-z-index: 1; +$actions-z-index: 2; .channel-cover { position: relative; @@ -200,7 +201,7 @@ $metadata-z-index: 1; top: 0; right: var(--spacing-m); margin-top: var(--spacing-m); - z-index: $metadata-z-index; + z-index: $actions-z-index; flex-wrap: wrap; font-size: var(--font-base);