pgamerx / yt-dislikes-viewer

A browser extension that allows you to see dislikes on a youtube video after the youtube update
https://yt-dislikes-viewer.js.org
GNU General Public License v3.0
296 stars 20 forks source link

Awkward gap between dislike bar and description #48

Closed BlakkM9 closed 2 years ago

BlakkM9 commented 2 years ago

There is a gap between the like/dislike and the thin line above the description which was not there on the original dislike bar. But that's a one line fix: just add progress.style.marginBottom = "-8px"; where you set the style for the dislike bar (in script.js, around line 188). i'd make a pull request but i'm honestly too lazy to do that for just a simple, single line, sorry!

pgamerx commented 2 years ago

We are currently working on API, we will fix this after API is back!