xmc/modular/voice_rings.css

10 lines
273 B
CSS
Raw Normal View History

2023-02-15 05:00:25 +00:00
[class*="avatarSpeaking-"],
[class^="avatar-"][class*="speaking-"] {
2023-10-19 17:29:08 +00:00
box-shadow: 0 0 0 2px var(--status-online, var(--status-green-600)),
2023-02-15 05:00:25 +00:00
0 0 0 3px var(--background-secondary) !important;
}
[class^="voiceUsers-"] [class^="avatarContainer-"] {
overflow: visible;
}