DiscordStyles/Fluent

User profile modal incorrect layout.

trungnt2910 opened this issue · 0 comments

Describe the bug

A clear and concise description of what the bug is

To Reproduce

Steps to reproduce the behavior

  • Install this theme.
  • Enter any random server.
  • Click on any random user on the left bar.
  • Click on their profile picture again to open the user profile modal.

Screenshots

If applicable, add screenshots to help explain your problem

image

Infomation (please complete the following information)

Discord channel: Stable
OS: Windows
Mod: BetterDiscord
Discord language: English

Additional context

Add any other context about the problem here. Remove if not applicable.
To fix the issue:

#app-mount .topSection-13QKHs .bannerSVGWrapper-qc0szY {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask: linear-gradient(hsla(0deg, 0%, 0%, 0.5), transparent 80%);
  mask: linear-gradient(hsla(0deg, 0%, 0%, 0.5), transparent 80%);
}
#app-mount .topSection-13QKHs .bannerSVGWrapper-qc0szY circle {
  display: none;
}

Normal user:
image

User with Nitro:
image