From f919a6e2fbd6e9cc99769a3d692462c569a7ce51 Mon Sep 17 00:00:00 2001 From: Maxim Date: Sat, 23 Dec 2017 02:21:35 -0600 Subject: [PATCH] Update betterYoutube.css Fixed css quirks with new Youtube dom. --- src/styles/betterYoutube.css | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) 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 {