You can now disable the edit and delete message buttons. To disable the editing/deleting of messages by non-admin users, here’s the code that you need to paste into the CSS box.
body:not(.moderator) .menu-wrap {
display: none;
}
NOTE: Admins can still edit and delete messages.