@IanM Since we’re now on Flarum 2.x, could you check Discuss on the mobile version? My fix addresses exactly this issue. I’ll also share my fixes for the following quirks: the Flarum logo has shifted upward, and fof/links shows all tabs as active (highlighted in orange) at the same time.
.Header-logo {
display: block;
width: 50px;
height: 50px;
max-height: none;
}
#header-primary .LinksButton {
color: var(--header-control-color);
text-decoration: none !important;
border-bottom: none !important;
}
#header-primary .LinksButton.active {
color: var(--header-color) !important;
}
I’m using the beta in production, so I’ve probably clicked through all the pages trying to find any quirks 😅