How to move the new topic header button and make larger for mobile devices

Hi there, you can try forking it and changing this outlet:

to something like:

api.renderInOutlet("bread-crumbs-left", CustomHeaderTopicButton);

For example, I put the button above the sidebar here:

You can also probably change the button using some CSS (make a new theme, and put the CSS in the ‘mobile’ tab or in mobile.scss if you’re using a repo).

2 Likes