ui: Fix issue with notifications icon showing twice in mobile view

- In mobile view, when the burger menu is clicked on, the menu is expanded and
options are shown. In those options, notifications icon is shown while the menu
is expanding but not when it is fully expanded. To fix this, hide it while
expanding too.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-12-07 16:57:43 -08:00 committed by Veiko Aasa
parent fb6cd03b5a
commit ab0e127378
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -1027,6 +1027,7 @@ img.notification-icon {
display: block;
}
.collapsing .notifications-dropdown,
.collapse .notifications-dropdown {
display: none;
}