Fixed video player in full-screen being behind controls.

This commit is contained in:
Maxim Stewart 2018-11-17 15:25:57 -06:00
parent f313726863
commit e4133ffa3a
3 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Better Youtube + # 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.
<br/> <br/>
* It allows quick thumbnail access of the video. * It allows quick thumbnail access of the video.
* It allows setting the loop mode easily. * It allows setting the loop mode easily.
@ -11,5 +11,5 @@ Better Youtube + works to improve the YouYube experience by providing quick acce
# Download # Download
https://addons.mozilla.org/en-US/firefox/addon/better-youtube-plus/ https://addons.mozilla.org/en-US/firefox/addon/better-youtube-plus/
# Version: 1.2.9 # Version: 1.3.0
Fixed floating player issue. Fixed video player in full-screen being behind controls.

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Better Youtube +", "name": "Better Youtube +",
"version": "1.2.9", "version": "1.3.0",
"description": "Enhancements for Youtube to have a better experience.", "description": "Enhancements for Youtube to have a better experience.",
"applications": { "applications": {

View File

@ -13,6 +13,10 @@
text-align: center; text-align: center;
} }
#enhancerMenuIDRef, #slugCopyZone {
z-index: 5;
}
.ytThumbMenuStyle { .ytThumbMenuStyle {
display: none; display: none;
bottom: 20px; bottom: 20px;