DiscordStyles / Fluent

Brings the look of Windows 11 to Discord.
MIT License
273 stars 45 forks source link

User profile modal incorrect layout. #84

Closed trungnt2910 closed 1 year ago

trungnt2910 commented 1 year ago

Describe the bug

A clear and concise description of what the bug is

To Reproduce

Steps to reproduce the behavior

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