Skip to content

Commit

Permalink
wip: move about
Browse files Browse the repository at this point in the history
  • Loading branch information
MAudelGisaia committed Dec 20, 2024
1 parent 76bf00e commit 02031dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions src/app/components/action-menu/action-menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<arlas-download #download [collections]="collections" [hidden]="true"></arlas-download>


<arlas-bookmark-menu #bookmarkMenu></arlas-bookmark-menu>

<arlas-about #about [pathToMd]="aboutFile" [extraTextData]="extraAboutText"></arlas-about>
Expand Down Expand Up @@ -46,8 +45,8 @@
</button>

<!-- Information -->
<button mat-icon-button *ngIf="showAboutButton()" matTooltip="{{ 'About' | translate }} {{ wuiName() }} {{ version() }}"
(click)="displayAbout()">
<button mat-menu-item *ngIf="showAboutButton()" (click)="displayAbout()">
<mat-icon class="icon">info_outline</mat-icon>
<span>{{ 'About' | translate }} {{ wuiName() }} {{ version() }}</span>
</button>
</mat-menu>
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
</arlas-filter>
</div>

<div right-menu class="title" id="title">
<div right-menu class="right-menu-container" id="title">
<arlas-permissions-creator></arlas-permissions-creator>
<mat-divider vertical class="vertical-divider"></mat-divider>
{{appName | translate}}
<span>{{appName | translate}}</span>
<arlas-action-menu [wuiName]="'ARLAS WUI'" [version]="version" [collections]="collections"></arlas-action-menu>
</div>
<!--<arlas-action-menu [wuiName]="'ARLAS WUI'" [version]="version" [collections]="collections"></arlas-action-menu>-->
</arlas-top-menu>

<mat-sidenav-container class="sidenav-container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 02031dd

Please sign in to comment.