-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
After a recent Discord update, some elements became extremely laggy. Most of the lag appears to come from the user online indicator. When you are in DMs or other tabs, everything works fine, but once you open a server, it starts to freeze. It seems to be mostly caused by this element:
._44b0c28be7879b7b-wrapper:has(rect[fill='#45a366'])::after,
._1ce5d425feffd32a-container:has(.a423bdd721ddcc83-status[style='background-color: rgb(67, 162, 90);'])::after {
background: var(--online-2) !important;
}
._44b0c28be7879b7b-wrapper:has(rect[fill='#da3e44'])::after {
background: var(--dnd-2) !important;
}
._44b0c28be7879b7b-wrapper:has(rect[fill='#ffc04e'])::after {
background: var(--idle-2) !important;
}
._44b0c28be7879b7b-wrapper:has(rect[fill='#84858d'])::after {
background: var(--offline-2) !important;
}
._44b0c28be7879b7b-wrapper:has(rect[fill='#9147ff'])::after {
background: var(--streaming-2);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels