xmc/modular/voice_rings.css

10 lines
273 B
CSS
Raw Normal View History

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