DiscordStyles / SoftX

A soft and comfy feel for Discord.
MIT License
235 stars 272 forks source link

User Profile Icons Buggy #65

Closed patrickzhou1234 closed 1 year ago

patrickzhou1234 commented 2 years ago

Describe the bug
User Profile Icons Buggy

To Reproduce
Click on any user's profile

Screenshots
image

Infomation (please complete the following information):
Discord channel: Canary
OS: Windows
Mod: BetterDiscord
Discord language: English

Gibbu commented 2 years ago

It may stay like that for a while. Discord decided to remove the selectors that I used to place the icons. And there's no "good" way to select a tab without conflicting with plugins.

Bims-sh commented 2 years ago

Since they're just gray boxes, and look ugly, I just added this to the css to make them look a bit better.

Edit: grammar

#app-mount .root-8LYsGj .tabBarItem-30Te4-::after {
  background: var(--rs-online-color);
  border-radius: 12px 0;
}

#app-mount .root-8LYsGj .tabBarItem-30Te4-:hover {
  background: var(--rs-online-color);
}

image