Update betterYoutube.css
Fixed css quirks with new Youtube dom.
This commit is contained in:
parent
1eeea4a5ac
commit
f919a6e2fb
|
@ -1,31 +1,25 @@
|
||||||
html, body {
|
|
||||||
background: white;
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ytThumbMenuStyle, .ytMenuStyle {
|
.ytThumbMenuStyle, .ytMenuStyle {
|
||||||
z-index:100;
|
z-index: 100;
|
||||||
position:fixed;
|
position: fixed;
|
||||||
background:rgba(0,0,0,0.64);
|
background: rgba(0,0,0,0.64);
|
||||||
margin-left:auto;;
|
left: 45%;
|
||||||
margin-right:auto;
|
width: auto;
|
||||||
width:auto;
|
height: auto;
|
||||||
height:auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ytThumbMenuStyle {
|
.ytThumbMenuStyle {
|
||||||
display:none;
|
display: none;
|
||||||
bottom:65px;
|
bottom: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ytMenuStyle {
|
.ytMenuStyle {
|
||||||
bottom:0px;
|
bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imageStyle {
|
.imageStyle {
|
||||||
width:32px;
|
width: 32px;
|
||||||
height:32px;
|
height: 32px;
|
||||||
margin-right:0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imageStyle:hover {
|
.imageStyle:hover {
|
||||||
|
|
Loading…
Reference in New Issue