Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thanks, this is much better!It's actually default XF behavior, they put a max-width of 100px on there.
You can add this to extra.css to set no limited:
Code:html .navTabs .navTab.account .navLink .accountUsername { max-width: none; }