sorenlouv / github-widescreen

Chrome extension to toggle the width of Github
https://chrome.google.com/webstore/detail/github-widescreen/elikdceclccjilahimjfceoalhdbndan
MIT License
35 stars 21 forks source link

Not working on file viewing in Roslyn #8

Open kzu opened 5 years ago

kzu commented 5 years ago

See https://github.com/dotnet/roslyn/blob/master/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.cs

image

I'm using MS Edge Insider from https://www.microsoftedgeinsider.com/en-us/download/

vanxining commented 5 years ago

Same. Seems GitHub updated the style.

ghofweber commented 5 years ago

I think if the content-styles.css would get following lines added then the problem would be fixed (validated it manually and worked) but I'm no chrome extension developer ... so maybe the contributors can investigate and push an update?

.container-lg, .container-xl {
    margin-left: 0px;
    margin-right: 0px;
}

.container-lg {
    max-width: 100%;
}