Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dichternebel/b3f8fef88655e489f60da1ecf53e656f to your computer and use it in GitHub Desktop.
Save dichternebel/b3f8fef88655e489f60da1ecf53e656f to your computer and use it in GitHub Desktop.
Discord Streamkit Voice Widget Overlay right justified in 2023
/*
Original https://pastebin.com/bPYdJqwj by Supersnellehenk
Modified 2023 by https://github.com/dichternebel
*/
[class^="Voice_voiceState__"] {
justify-content: flex-end;
}
[class^="Voice_voiceContainer__"] [class^="Voice_voiceStates__"] [class^="Voice_voiceState__"] {
display: flex;
}
[class^="Voice_voiceContainer__"] [class^="Voice_voiceStates__"] [class^="Voice_voiceState__"] [class^="Voice_avatar__"] {
float: none;
}
[class^="Voice_avatar__"] {
order: 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment