From a5678c190e806abfc2a4eb391919b68d1d0d2005 Mon Sep 17 00:00:00 2001 From: Davide Negretti Date: Thu, 30 Nov 2023 23:35:29 +0100 Subject: [PATCH] [DURACOM-195] post mouse --- .../expandable-navbar-section.component.html | 2 +- .../expandable-navbar-section.component.scss | 2 +- .../user-menu/user-menu.component.html | 32 +++++++++++++------ src/app/shared/host-window.service.ts | 16 ++++++++++ .../dspace/app/header/header.component.html | 13 ++++---- 5 files changed, 47 insertions(+), 18 deletions(-) diff --git a/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html b/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html index 827cebb227f..43c4b47122b 100644 --- a/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html +++ b/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html @@ -20,7 +20,7 @@ *ngComponentOutlet="(sectionMap$ | async).get(section.id).component; injector: (sectionMap$ | async).get(section.id).injector;"> {{'nav.expandable-navbar-section-suffix' | translate}} - +