Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

night-mode: Fix invite_user_form overlap bug. #12530

Closed

Conversation

YashRE42
Copy link
Collaborator

@YashRE42 YashRE42 commented Jun 7, 2019

Adding the element for the invite link would cause the modal footer to
shift upwards, in nightmode this caused the stream list to appear
beneath the footer as the footer background was transparent. This commit
replaces that styling with a solid equivalent color.

Follow up to #11471.

GIFs or Screenshots:
image

side note: (the hsl replacement gives #1a232e instead of #1a242f)

Adding the element for the invite link would cause the modal footer to
shift upwards, in nightmode this caused the stream list to appear
beneath the footer as the footer background was transparent. This commit
replaces that styling with a solid equivalent color.
@YashRE42 YashRE42 force-pushed the invite-user-nightmode-css-fix branch from 4fc3d71 to 9c00e9b Compare June 7, 2019 19:31
@YashRE42
Copy link
Collaborator Author

YashRE42 commented Jun 20, 2019

@timabbott This was a small bug fix that you might have missed. This is slightly hacky because it makes the modal footer completely opaque.

@timabbott
Copy link
Sponsor Member

Nice, merged, thanks @YashRE42! I had indeed lost track of this.

@timabbott timabbott closed this Jun 24, 2019
@timabbott
Copy link
Sponsor Member

I realized I may have misread this; do you think we should try to figure out a less hacky solution?

@YashRE42
Copy link
Collaborator Author

I don't think it matters because it works fine and the transparent property didn't serve any use there.
worksfine

in fact it avoids bugs like this:
other areas with bugs

that said if we want to change we could change it so the scroll is only on the stream list and not the whole modal. And adjust to account for the bump when the link is generated.... but it would probably take a lot of time for a low priority thing.

@timabbott
Copy link
Sponsor Member

timabbott commented Jun 27, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants