Navigation (sidebar) menu display control

I think that the CSS for the ⋮ More section has changed (btn-flat is no more)

I’ve had to use this to hide it for anon:

.anon button.sidebar-more-section-links-details-summary {
    display: none;
}

Here is a PR:

3 Likes