Skip to content

Commit

Permalink
Aligned communities search results like collections on md screens
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevryghem committed May 15, 2024
1 parent 83bbb98 commit c2684d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row">
<div *ngIf="showThumbnails" class="offset-md-2"></div>
<div *ngIf="showThumbnails" class="offset-3 offset-md-2"></div>
<div [ngClass]="showThumbnails ? 'col-9' : 'col-md-12'">
<ds-badges *ngIf="showLabel" [object]="dso" [context]="context"></ds-badges>
<a *ngIf="linkType !== linkTypes.None" [target]="(linkType === linkTypes.ExternalLink) ? '_blank' : '_self'" [attr.rel]="(linkType === linkTypes.ExternalLink) ? 'noopener noreferrer' : null" [routerLink]="['/communities/' + dso.id]" class="lead" [innerHTML]="dsoTitle"></a>
Expand Down

0 comments on commit c2684d3

Please sign in to comment.