xmc/modular/voice_rings.css

11 lines
277 B
CSS
Raw Permalink Normal View History

2023-10-26 20:10:59 +00:00
[class*="avatarSpeaking_"],
[class^="avatar_"][class*="speaking_"] {
2023-10-26 20:11:23 +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;
}
2023-10-26 20:10:59 +00:00
[class^="voiceUsers_"] [class^="avatarContainer_"] {
2023-02-15 05:00:25 +00:00
overflow: visible;
}