File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
components/preprint-details/share-and-download
shared/components/socials-share-button Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11< div class ="flex align-items-center gap-2 ">
22 < p-button
3- class =" btn-icon-only "
4- icon =" fas fa-download "
3+ icon =" fas fa-download text-2xl "
4+ styleClass =" px-4 "
55 [pTooltip] ="
66 'preprints.details.share.downloadPreprint' | translate: { documentType: preprintProvider()?.preprintWord }
77 "
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ <h1>{{ preprint()?.title }}</h1>
4545 < p-skeleton width ="11rem " height ="2.75rem " />
4646 < p-skeleton width ="11rem " height ="2.75rem " />
4747 < p-skeleton width ="11rem " height ="2.75rem " />
48- < p-skeleton width ="2.75rem " height ="2.75rem " />
49- < p-skeleton width ="5rem " height ="2.75rem " />
48+ < p-skeleton width ="3.125rem " height ="2.75rem " />
49+ < p-skeleton width ="3.125rem " height ="2.75rem " />
5050 } @else {
5151 @if (editButtonVisible()) {
5252 < p-button
Original file line number Diff line number Diff line change 11< p-button
2- class =" flex "
3- (onClick) =" socialsActionMenu.toggle($event) "
2+ icon =" fas fa-share-nodes text-2xl "
3+ styleClass =" px-4 "
44 [pTooltip] ="'project.overview.tooltips.share' | translate "
55 tooltipPosition ="bottom "
66 [ariaLabel] ="'project.overview.tooltips.share' | translate "
7+ (onClick) ="socialsActionMenu.toggle($event) "
78>
8- < i class ="fas fa-share-nodes text-2xl "> </ i >
99 < p-menu appendTo ="body " #socialsActionMenu [model] ="socialsActionItems() " popup >
1010 < ng-template #item let-item >
1111 < a class ="p-menu-item-link " [href] ="item.url " target ="_blank " rel ="noopener noreferrer ">
You can’t perform that action at this time.
0 commit comments