Update betterYoutube.css
Fixed css quirks with new Youtube dom.
This commit is contained in:
parent
1eeea4a5ac
commit
f919a6e2fb
|
@ -1,14 +1,8 @@
|
|||
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;
|
||||
left: 45%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue