Hi phenom. Your site is excellent.
I love the bottom-bar for @media:
A question: Is it possible to display the 'unread-messages count' for the bottom-bar notification-bell image - so that if a user has new notifications, it will show on the icon? (the way it appears on desktop)
This seems to be the relevent block in the flarum code (I'm kind of a noob):
<button class="Dropdown-toggle Button Button--flat" data-toggle="dropdown" title="Notifications">
<i class="icon fas fa-bell Button-icon"></i>
<span class="NotificationsDropdown-unread">1</span>
<span class="Button-label">Notifications</span>
</button>
That line <span class="NotificationsDropdown-unread">1</span> seems to be what's calling for unread messages and displaying a count over the bell.
Could that class (NotificationsDropdown-unread) be called for this?
Truly, thank you very much for sharing your work.
I've learned a lot from your modifications.