Wie steuere ich die Reihenfolge der Menüabschnitte in der Seitenleiste?

Oh right one more detail: the sidebar isn’t using flex on mobile apparently. So you’d need to add that too.

.sidebar-sections {
display: flex;
flex-direction: column;
}

I’ve only tested this briefly, so not sure what else this would impact. But that’s what is blocking.

5 „Gefällt mir“