Merge on-push-strategy branch into develop (on push strategy in result-preview component, i.e. search result cards) #39

Merged
konstantina.galouni merged 9 commits from on-push-strategy into develop 2024-05-21 12:15:00 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit aedc2e1f6f - Show all commits

View File

@ -36,7 +36,7 @@ import {properties} from "../../../../environments/environment";
</span>
</a>
<div *ngIf="!isMobile" class="default-dropdown uk-margin-remove-top uk-dropdown orcid-dropdown"
uk-dropdown="mode:click; offset: 4; pos: bottom-right" style="min-width: 465px !important;" [attr.container]="modal ? '#modal-container' : false">
uk-dropdown="mode:click; offset: 4; pos: bottom-right" style="min-width: 465px !important;" [attr.container]="'#modal-container'">
<ng-container *ngTemplateOutlet="dropdown"></ng-container>
</div>
<mobile-dropdown *ngIf="isMobile" [toggle]="toggle">