Skip to content

Commit

Permalink
chore[1300]: added back Button
Browse files Browse the repository at this point in the history
  • Loading branch information
ashanmugavel committed Aug 5, 2024
1 parent 1ab2825 commit fba6572
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
SPDX-License-Identifier: Apache-2.0
-->

<div class="part-relation--header--navigation--container">
<div class="part-relation--header--navigation--container" *ngIf="showMiniMap">
<app-button
[color]="'primary'"
onkeydown="this.navigateBack()"
Expand All @@ -31,12 +30,11 @@
</div>
</app-button>
</div>
<div class="part-relation--part-info--relation relation">

<ng-container *ngIf="this.rootPart$">
<ng-container *viewContainer="this.rootPart$ | async; main: partRelationMainTmp; error: errorTmp; loading: loaderTmp">
</ng-container>
</ng-container>
</div>
<ng-template #partRelationMainTmp let-partDetails="view">
<div class="part-relation--button-container">
<app-button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
right: 0;
}

.part-relation--header--navigation--container {
position: absolute;
top: 10px;
left: 10px;
z-index: 1000;
}

.part-relation--button-container {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit fba6572

Please sign in to comment.