YePpHa / YouTubeCenter

YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto selecting your preferred video quality and much more.
MIT License
2.89k stars 520 forks source link

View counter isn't aligned properly after YouTube's new design update. #2242

Open HyphenSam opened 8 years ago

HyphenSam commented 8 years ago

With script enabled: Script enabled

With script disabled: Script disabled

I am using the 64-bit version of Firefox with the 46.0.1 update on Windows 7 64-bit.

bazik210 commented 8 years ago

same thing, hope project isn't dead so smb can fix this

CoryAlexMartin commented 8 years ago

Same

whateverd00d commented 8 years ago

Fixed it by dragging all elements to the top layer, from the UI > Placement section in the settings. Using Chrome, hopefully works for you too. Cheers.

image

image

HyphenSam commented 8 years ago

Thanks, that seem to have fixed the issue. Fixed

It does look a bit weird since the view counter is supposed to be above the line, but it'll do for now.

bazik210 commented 8 years ago

any idea for firefox?

blkbit commented 8 years ago

If you're using the userscript version, I found a solution if you're willing to edit it. Go to line 3097 and delete the part that says #watch7-views-info{top:-3px!important;bottom:initial!important}. Save and reload the YT page for it to take effect. Works for me on Firefox 47b5

bazik210 commented 8 years ago

thanks, works, here is .xpi, if somebody need it YouTubeCenter.zip

greatwroth commented 7 years ago

or in CSS (Stylish on Firefox) add #watch7-views-info {top: -35px !important;} at least until the issue is fixed