#Better Soundboard/Emoji Picker
1 messages · Page 1 of 1 (latest)
delete this line

done
i think this snippet needs to be updated
whoa this is so old
always a pain when discord breaks older snippets cause the chances of them getting fixed is very low
.remind 7d fix
Ok, reminding @sharp pecan in 7 days (<t:1769938964>): fix
actually it's not that broken
replace
#emoji-picker-tab-panel [class*=categorySectionNitroLocked_],
[class^=picker_] :is(
[class*=sectionContainerNitroLocked_],
[class*=soundRowNitroLocked_]
) {
background-color: transparent;
}
```with
```css
.categorySectionNitroLocked_c656ac,
.sectionContainerNitroLockedBackground__61424,
.soundRowNitroLocked__61424 {
background: none !important;
}
thanks for reminding me this snippet exists
i'm planning to put all my snippets on github
thank you 