We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 123b694 + 2cbcbac commit 2576cb2Copy full SHA for 2576cb2
src/app/social/social.component.html
@@ -1,4 +1,4 @@
1
-<div id="a2a" [class.d-none]="!(showOnCurrentRoute$ | async)" data-a2a-scroll-show="0,60"
+<div id="dspace-a2a" [class.d-none]="!(showOnCurrentRoute$ | async)" data-a2a-scroll-show="0,60"
2
class="a2a_kit a2a_kit_size_32 a2a_floating_style a2a_default_style" [attr.data-a2a-title]="title" [attr.data-a2a-url]="url">
3
<a *ngFor="let button of buttonList" [class]="'a2a_button_' + button" [class.a2a_counter]="showCounters && button !== 'facebook'"></a>
4
<a *ngIf="showPlusButton" class="a2a_dd" href="https://www.addtoany.com/share"></a>
src/app/social/social.component.scss
@@ -1,5 +1,5 @@
::ng-deep {
- div#a2a {
+ div#dspace-a2a {
bottom: 0;
right: 0;
5
z-index: 998;
0 commit comments