#Remove a bunch of stuff that people don't use
1 messages · Page 1 of 1 (latest)
The send gift part also hides the button from the PreviewMessage plugin, do you know how to fix this?
Whould check but im ib bed right now.
this is the code for the button from previewmessage:
.buttons-uaqb-5 button[style="padding: 0px 2px; height: 100%;"]
set the .button-ejjZWC to not contain that button and it should be good
Thanks I added the following code after, and it works!
.buttons-uaqb-5 button[style=”padding: 0px 2px; height: 100%;”] {
display: initial;
}