github-wide icon indicating copy to clipboard operation
github-wide copied to clipboard

GitHub broke this userstyle

Open msva opened this issue 5 years ago • 7 comments

Hi there! As for now, with new GH interface, this style seems to be broken and does not work anymore. Looks like it is needed to be updated...

// P.S. I not sure if I had enough time in near future, so don't rely on me, please. But I'll try to look into this when I'll have some spare time.

msva avatar Jun 24 '20 07:06 msva

For me it still works. In general the full width is still present. Smaller problems might occur

cfoellmann avatar Jun 24 '20 08:06 cfoellmann

I have the same problem and also my colleagues. It's not working anymore after the git hub GUI update.

stavamichal avatar Jun 24 '20 12:06 stavamichal

Still seems to work for me pretty well. Screenshot took on Firefox Nightly with additional userscripts (None affect the ¨performance¨ of the github-wide userscript in any ways)

PoorPocketsMcNewHold avatar Jun 24 '20 13:06 PoorPocketsMcNewHold

My colleague found a problem. There was container with the name 'container-lg', but now it is 'container-xl'. So this change of style for GitHub wide works for us.

/* New responsive containers on some pages */
.container-xl {
  max-width: 100% !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

stavamichal avatar Jun 24 '20 13:06 stavamichal

@stavamichal in the current style this is already included. you just removed the same styles from the .container-lg.

cfoellmann avatar Jun 30 '20 10:06 cfoellmann

Today it broke for me (over the weekend I suppose).

the .pagehead is not stretched. I hope I have time today to fix this.

Any feedback and/or validation is very welcome

gh-wide

cfoellmann avatar Jul 13 '20 06:07 cfoellmann

I have this in my Dev Tools:

Declared as "injected stylesheet". is this js? never seen a declared style I was not allowed to mess with in the Chrome Dev Tools

body:not(.full-width):not(.enterprise) .repohead:not(.gisthead) > * {
    padding-left: calc(50% - 640px) !important;
}

cfoellmann avatar Jul 13 '20 06:07 cfoellmann