Crosspost/Categories options always open

Is there a way to have the Crossposting and Categories options in a new post always visible? So that someone that uses it often doesn’t have to always click the option button to see/change it. This is valid both for mobile and web.

2 Likes

If you can use a custom CSS on your browser, use this:

#posting_categories, #posting_services {
    display: block !important;
}