pxvmc/src/voice_rings.css

10 lines
273 B
CSS
Raw Normal View History

2023-10-26 20:11:59 +00:00
[class*="avatarSpeaking_"],
[class^="avatar_"][class*="speaking_"] {
2023-10-08 18:28:04 +00:00
box-shadow: 0 0 0 2px var(--status-online, var(--status-green-600)),
0 0 0 3px var(--background-secondary) !important;
}
2023-10-26 20:11:59 +00:00
[class^="voiceUsers_"] [class^="avatarContainer_"] {
2023-10-08 18:28:04 +00:00
overflow: visible;
}