mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
10 lines
277 B
CSS
10 lines
277 B
CSS
[class*="avatarSpeaking_"],
|
|
[class^="avatar_"][class*="speaking_"] {
|
|
box-shadow:
|
|
0 0 0 2px var(--status-online, var(--status-green-600)),
|
|
0 0 0 3px var(--background-secondary) !important;
|
|
}
|
|
|
|
[class^="voiceUsers_"] [class^="avatarContainer_"] {
|
|
overflow: visible;
|
|
}
|