diff --git a/src/styles/betterYoutube.css b/src/styles/betterYoutube.css index cf57d6a..0dfe28e 100644 --- a/src/styles/betterYoutube.css +++ b/src/styles/betterYoutube.css @@ -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 {