Skip to content

Fix broken user popout header rendering#72

Open
valipuha wants to merge 1 commit into
KillYoy:masterfrom
valipuha:fix/issue-66-user-popout-broken
Open

Fix broken user popout header rendering#72
valipuha wants to merge 1 commit into
KillYoy:masterfrom
valipuha:fix/issue-66-user-popout-broken

Conversation

@valipuha
Copy link
Copy Markdown

Summary

Restore the user popout header container that the theme was incorrectly hiding.

Root cause

The theme treated .containerWrapper_b1818f as part of the Nitro banner promo UI and forced it to display: none. After Discord’s markup changes, that wrapper appears to contain real user popout header content, which left the popout header partially blank/broken.

Changes

  • remove .containerWrapper_b1818f from the “Hide Nitro Banner AD” selector list
  • keep the narrower promo/icon hides intact

Validation

  • reviewed the issue screenshot and issue comment for the broken behavior
  • traced the user popout CSS overrides in DiscordNight.css
  • ran git diff --check successfully
  • verified the diff is limited to one targeted CSS change

Notes

This repository does not include automated UI tests, so final confirmation should be done in the Discord desktop app.

Stop hiding the user popout container wrapper that now appears to hold
real header content after Discord markup changes.

This keeps the promo-related hides in place while allowing the popout
header to render again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant