Update betterYoutube.css

Fixed css quirks with new Youtube dom.
This commit is contained in:
Maxim 2017-12-23 02:21:35 -06:00 committed by GitHub
parent 1eeea4a5ac
commit f919a6e2fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 18 deletions

View File

@ -1,31 +1,25 @@
html, body {
background: white;
width: 200px;
}
.ytThumbMenuStyle, .ytMenuStyle {
z-index:100;
position:fixed;
background:rgba(0,0,0,0.64);
margin-left:auto;;
margin-right:auto;
width:auto;
height:auto;
z-index: 100;
position: fixed;
background: rgba(0,0,0,0.64);
left: 45%;
width: auto;
height: auto;
}
.ytThumbMenuStyle {
display:none;
bottom:65px;
display: none;
bottom: 65px;
}
.ytMenuStyle {
bottom:0px;
bottom: 0px;
}
.imageStyle {
width:32px;
height:32px;
margin-right:0.5em;
width: 32px;
height: 32px;
margin-right: 0.5em;
}
.imageStyle:hover {