Skip to content

Instantly share code, notes, and snippets.

@Pittan
Created April 9, 2021 16:25
Show Gist options
  • Save Pittan/686e37dd3adb858eb1c098a929c0aa8f to your computer and use it in GitHub Desktop.
Save Pittan/686e37dd3adb858eb1c098a929c0aa8f to your computer and use it in GitHub Desktop.
body {
background-color: rgba(0, 0, 0, 0);
margin: 0;
padding: 0;
overflow: hidden;
}
.voice-states * {
display: inline-block;
position: relative;
top: 0;
left: 0;
}
.voice-state {
width: 100px;
height: 110px !important;
transform: skewX(160deg);
overflow: hidden;
}
.avatar {
left: -25px !important;
transform: skewX(-160deg);
border-radius: 0 !important;
height: 140px !important;
width: 140px !important;
border-radius: 0;
top: -20px !important;
filter: brightness(60%);
position: absolute;
opacity: 0.85;
transition: opacity linear .1s;
}
.speaking {
filter: brightness(100%);
border-color: transparent !important;
opacity: 1;
}
.user {
left: 0;
width: 100%;
background: rgba(0,0,0,.7);
padding: 4px 5px 0px !important;
position: absolute;
bottom: 0 !important;
top: initial;
display: flex;
justify-content: center;
}
.name {
width: 55px;
height: 15px;
line-height: 15px !important;
white-space: nowrap;
text-overflow: clip;
text-align: center;
background-color: rgba(0,0,0,0) !important;
padding: 0 !important;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment