Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed Sep 11, 2023
1 parent d2bf44e commit 1f4b3f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/pages/portal/toast-panel/toast-panel.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
matTooltipShowDelay="500"
(click)="zoomTo()">
<mat-icon
aria-hidden="false"
[matBadge]="(isSelectedResultOutOfView$ | async) ? '!' : ''"
matBadgeColor="accent"
matBadgeSize="small"
Expand Down Expand Up @@ -67,7 +68,7 @@
</button>

<button
*ngIf = "isDesktop()"
*ngIf = "isDesktop() && opened"
mat-icon-button
igoStopPropagation
panelRightButton
Expand Down

0 comments on commit 1f4b3f4

Please sign in to comment.