mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
10 lines
273 B
CSS
10 lines
273 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;
|
||
|
}
|