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 519 forks source link

Since ~509 Layout is broken (see screencaps) (possible fix in the last comment) #1768

Closed CaptainLeChimp closed 9 years ago

CaptainLeChimp commented 9 years ago

Hello...the layout is messed up lately ...the lower elements like comments and stuff scale with the player-size or sth like that have a look :

ytcenter issue1small

ytcenter issue2small

hope youll fix it soon -love this plugin/script great work !!

CaptainLeChimp commented 9 years ago

two more... looks like the videothumbs have a div-issue or something ...theyre floating to the left overlaying comments etc

capture3small capture4small

CaptainLeChimp commented 9 years ago

settings1

Oh and the usual - Chrome Version 42.0.2311.135 m (64-bit), userscript via latest tampermonkey

CaptainLeChimp commented 9 years ago

Okay ... this would fix the issue

"div id="watch7-main" class="watch-sidebar" has a "margin-left:645px" ....when deactivated the issue is fixed for me....

issuefix

CaptainLeChimp commented 9 years ago

proof :-P fixedproof

-excuse the spam ;)

YePpHa commented 9 years ago

It seems to be an issue with this style. It adds a stylesheet to the page, which breaks it (the one you disabled in the dev tools):

.watch-wide #watch7-sidebar {
  margin-left: 645px !important;
}
CaptainLeChimp commented 9 years ago

oh ...thx :) now im feeling stupid... totally forgot that i used the youtube lights out userstyle.... -_-

disabled it and now everythings working like a charm thx =)

Eisys commented 9 years ago

https://userstyles.org/styles/105165/youtube-dark-2015 I use this style, now that Lights Out is broken completely. Works just as well.

ireun commented 9 years ago

So, if that's not a YTC bug I'm closing this one. ;)