Fixed video player in full-screen being behind controls.
This commit is contained in:
parent
f313726863
commit
e4133ffa3a
|
@ -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.
|
||||
<br/>
|
||||
* 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.
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
#enhancerMenuIDRef, #slugCopyZone {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.ytThumbMenuStyle {
|
||||
display: none;
|
||||
bottom: 20px;
|
||||
|
|
Loading…
Reference in New Issue