I have a little CSS snippet workaround, if this is still relevant.
.frontmatter-container.is-collapsed .frontmatter-section {
display: flex !important;
}
I also didn’t like the header so I removed that.
.frontmatter-container-header {
display: none !important;
}
There’s also the Metatable plugin that does even more.