#for those too lazy to disable the
1 messages ยท Page 1 of 1 (latest)
ok then lol
much thanks!
๐ค
Is this supposed to be pasted into the Edit QuickCSS menu? (Sorry, I'm a disboard noob).
I tried that but it's still not working.
yes
Is this correct?
send your whole quickcss file
good now?
I see the issue. I didn't close one of the braces
thanks. Apologies for being stupid ๐
np
basically the | still exists with the snippet applied
doesnt work for me
This is the version I used, doesn't rely on aria labels and gets rid of the separator as well
div[class*=hoverBarButton_]:has(div.emoji),
div[class*=popoverReactionHoverBar_] > div[class*=separator_]{
display: none;
}```
nice
thanks
Version that restores the old look as well
(I commented out the part that hides the reactions in image to show it's the new one)
[class*=popoverReactionHoverBar_] {
background-color: var(--background-primary);
box-shadow: var(--elevation-stroke);
border: none !important;
padding: 0;
border-radius: 4px;
height: 32px;
[class^=hoverBarButton_] {
border-radius: 0;
padding: 4px;
&:hover [class*=icon_] {
transform: none;
}
&:has(>div>.emoji), +[class^=separator_] {
display: none;
}
}
}```