Refined-github: Project tabs don't fit on their line

Created on 18 May 2020  Â·  5Comments  Â·  Source: sindresorhus/refined-github


Page url: https://github.com/sindresorhus/refined-github

Screenshot with refined-github enabled:
image

Screenshot with refined-github disabled:
image

bug good first issue help wanted

Most helpful comment

That's ZenHub extension flexing out the .repo-nav element, causing elements we add there to flow down.

Oh, I thought I've disabled all github-related extensions before posting this issue.
I forgot about ZenHub, indeed. Thank you!

That did help us find this issue where the elements we add now appear after the settings tab. Sending in a fix for this.

image

All 5 comments

That's ZenHub extension flexing out the .repo-nav element, causing elements we add there to flow down.

image

This is more of a compatibility issue between ZenHub and this extension than a bug from this issue.


Also @fregante WDYT about adding "more dropdown" and "releases tab" inside the ul as opposed to beside it?

That's ZenHub extension flexing out the .repo-nav element, causing elements we add there to flow down.

Oh, I thought I've disabled all github-related extensions before posting this issue.
I forgot about ZenHub, indeed. Thank you!

Also @fregante WDYT about adding "more dropdown" and "releases tab" inside the ul as opposed to beside it?

Sounds good, GitHub must have changed the DOM.

Also I suggest reporting this to ZenHub. Why are they setting flex on the whole element? Doesn't look necessary.

That's ZenHub extension flexing out the .repo-nav element, causing elements we add there to flow down.

Oh, I thought I've disabled all github-related extensions before posting this issue.
I forgot about ZenHub, indeed. Thank you!

That did help us find this issue where the elements we add now appear after the settings tab. Sending in a fix for this.

image

This also explains why I’ve been seeing the Releases being added AFTER the settings tab. That’s not right

Was this page helpful?
0 / 5 - 0 ratings