So since the 12.1 update I have started getting notifications however I have this second logo below the top logo that contains everything. Is this the way you intended for this to be? I am getting complaints on this.
It has been fixed, it looks like you have some custom styles which overwrite mobile CSS styles, I've added the following CSS rules in Nexus app to fix it:
html #bx-toolbar-content {
display:none !important;
}
html .cd-side-nav,
html .bx-sliding-menu, .bx-sliding-menu-main
{
top:0 !important;
}
Wow 3 weeks and no response.
It has been fixed, it looks like you have some custom styles which overwrite mobile CSS styles, I've added the following CSS rules in Nexus app to fix it:
Actually I was able to reproduce it in the latest version, thank you for the report:
https://github.com/unaio/una/issues/3495