Created
January 7, 2023 13:17
-
-
Save dichternebel/b3f8fef88655e489f60da1ecf53e656f to your computer and use it in GitHub Desktop.
Discord Streamkit Voice Widget Overlay right justified in 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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