'Topic details' block is opened by default

Can’t find what it caused. When I open any topic, this block is opened by default:

I would like it to be closed as it is on meta now.

What to check?

Update:
it’s connected with this

Update 2:
as it’s a system core feature, I decide to hide it. Added to CSS:

    .topic-map-expanded, .map .buttons .widget-button.btn.btn.no-text.btn-icon {
    display: none;
    }
1 Like