#Remove a bunch of stuff that people don't use

1 messages · Page 1 of 1 (latest)

spring bolt
#

The send gift part also hides the button from the PreviewMessage plugin, do you know how to fix this?

open quest
#

Whould check but im ib bed right now.

low spear
#

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

spring bolt
#

Thanks I added the following code after, and it works!

.buttons-uaqb-5 button[style=”padding: 0px 2px; height: 100%;”] {
  display: initial;
}