From e4133ffa3af86db03008c85b24c3ba97c190ec57 Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Sat, 17 Nov 2018 15:25:57 -0600 Subject: [PATCH] Fixed video player in full-screen being behind controls. --- README.md | 6 +++--- src/manifest.json | 2 +- src/styles/betterYoutube.css | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d431bcb..c0fdacd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Better Youtube + -Better Youtube + works to improve the YouYube experience by providing quick access to features we'd all like to have from the get-go. +Better YouTube + works to improve the YouTube experience by providing quick access to features we'd all like to have from the get-go.
* It allows quick thumbnail access of the video. * It allows setting the loop mode easily. @@ -11,5 +11,5 @@ Better Youtube + works to improve the YouYube experience by providing quick acce # Download https://addons.mozilla.org/en-US/firefox/addon/better-youtube-plus/ -# Version: 1.2.9 -Fixed floating player issue. +# Version: 1.3.0 +Fixed video player in full-screen being behind controls. diff --git a/src/manifest.json b/src/manifest.json index 25e2a61..f8858c9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Better Youtube +", - "version": "1.2.9", + "version": "1.3.0", "description": "Enhancements for Youtube to have a better experience.", "applications": { diff --git a/src/styles/betterYoutube.css b/src/styles/betterYoutube.css index 4acec14..b7ba844 100644 --- a/src/styles/betterYoutube.css +++ b/src/styles/betterYoutube.css @@ -13,6 +13,10 @@ text-align: center; } +#enhancerMenuIDRef, #slugCopyZone { + z-index: 5; +} + .ytThumbMenuStyle { display: none; bottom: 20px;