#odd little panel button goobers idk
1 messages · Page 1 of 1 (latest)
try adding this
.micButtonParent__37e49>.buttonChevron__37e49 {
display: none;
}
.micButtonParent__37e49>.micButtonWithMenu__37e49 {
border-radius: var(--radius-sm);
}
that works, thank you!
discord broke the snippet again
i was able to fix it with the class updater
recently the button for your profile became broken
this fix just stopped working
.audioButtonParent__5e764>.buttonChevron__5e764 {
display: none;
}
.audioButtonParent__5e764>.audioButtonWithMenu__5e764 {
border-radius: var(--radius-sm);
}