DiscordStyles / RadialStatus

Changes the status icons to wrap around the avatar.
MIT License
111 stars 154 forks source link

status length issue #40

Closed AcesGamingUK closed 2 years ago

AcesGamingUK commented 2 years ago

Describe the bug

users with LONG statuses conflict with other themes

To Reproduce

Have friends with long statuses and a theme that change the friend list layout

Screenshots

image

Infomation (please complete the following information)

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

Additional context

The theme I'm using is DiscordNight

AcesGamingUK commented 2 years ago

i did some tweaking and i found adding the following into custom CSS helps


.userInfo-2WpsYG,
.peopleListItem-u6dGxF {
  overflow: hidden;
  align-items: center;
  align-content: flex-start;
},
.peopleList-2VBrVI,
.textRuler-1DsANg, 
.text-MPIeXO {
    white-space: pre-line;
    text-overflow: clip;
    overflow: hidden;
    align-items: center;
    align-content: flex-start;
    font-size: 14px;
    line-height: 20px;

as you can see in the following screen image