Automattic / blocks-everywhere

Gutenberg block editor in WordPress comments, admin pages, bbPress, and BuddyPress.
GNU General Public License v3.0
77 stars 16 forks source link

Hide comment textarea in bp activity #165

Open joost-abrahams opened 1 year ago

joost-abrahams commented 1 year ago

Relate to Hide comment textarea #164

joost-abrahams commented 1 year ago
textarea#whats-new {
    display: none;
}