mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
fb6cd03b5a
commit
ab0e127378
@ -1027,6 +1027,7 @@ img.notification-icon {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.collapsing .notifications-dropdown,
|
||||
.collapse .notifications-dropdown {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user