From 02031dd2402af2ad4f15346a9b3fe7f8e2931e7c Mon Sep 17 00:00:00 2001 From: MAudelGisaia Date: Fri, 20 Dec 2024 14:06:23 +0100 Subject: [PATCH] wip: move about --- src/app/components/action-menu/action-menu.component.html | 5 ++--- .../components/arlas-wui-root/arlas-wui-root.component.html | 6 +++--- .../components/arlas-wui-root/arlas-wui-root.component.scss | 3 ++- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/components/action-menu/action-menu.component.html b/src/app/components/action-menu/action-menu.component.html index dc785c5d..2ae25060 100644 --- a/src/app/components/action-menu/action-menu.component.html +++ b/src/app/components/action-menu/action-menu.component.html @@ -6,7 +6,6 @@ - @@ -46,8 +45,8 @@ - diff --git a/src/app/components/arlas-wui-root/arlas-wui-root.component.html b/src/app/components/arlas-wui-root/arlas-wui-root.component.html index 09727257..d8214d52 100644 --- a/src/app/components/arlas-wui-root/arlas-wui-root.component.html +++ b/src/app/components/arlas-wui-root/arlas-wui-root.component.html @@ -11,12 +11,12 @@ -
+
- {{appName | translate}} + {{appName | translate}} +
- diff --git a/src/app/components/arlas-wui-root/arlas-wui-root.component.scss b/src/app/components/arlas-wui-root/arlas-wui-root.component.scss index 48b3befc..8d19b696 100644 --- a/src/app/components/arlas-wui-root/arlas-wui-root.component.scss +++ b/src/app/components/arlas-wui-root/arlas-wui-root.component.scss @@ -461,9 +461,10 @@ border-bottom: $menu-border; } -.title { +.right-menu-container { font-size: $title-font-size; display: flex; + align-items: center; mat-divider { margin: 0 $sm-margin; }