Skip to content

Commit 2576cb2

Browse files
Andrea BarbassoFrancescoMolinaro
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-2752 (pull request DSpace#4267)
[DSC-2752] fix a2a not showing Approved-by: Francesco Molinaro
2 parents 123b694 + 2cbcbac commit 2576cb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/social/social.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="a2a" [class.d-none]="!(showOnCurrentRoute$ | async)" data-a2a-scroll-show="0,60"
1+
<div id="dspace-a2a" [class.d-none]="!(showOnCurrentRoute$ | async)" data-a2a-scroll-show="0,60"
22
class="a2a_kit a2a_kit_size_32 a2a_floating_style a2a_default_style" [attr.data-a2a-title]="title" [attr.data-a2a-url]="url">
33
<a *ngFor="let button of buttonList" [class]="'a2a_button_' + button" [class.a2a_counter]="showCounters && button !== 'facebook'"></a>
44
<a *ngIf="showPlusButton" class="a2a_dd" href="https://www.addtoany.com/share"></a>

src/app/social/social.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
::ng-deep {
2-
div#a2a {
2+
div#dspace-a2a {
33
bottom: 0;
44
right: 0;
55
z-index: 998;

0 commit comments

Comments
 (0)