fix the backport

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-04-27 13:41:55 +02:00
parent 2b776b59a4
commit b04581ca74
2 changed files with 5 additions and 1 deletions

View file

@ -37,3 +37,7 @@
.social-facebook {
@include icon-color('social-facebook', 'federatedfilesharing', $color-black);
}
.social_sharing_buttons {
padding-left: 30px !important;
}

View file

@ -30,7 +30,7 @@ style('federatedfilesharing', 'settings-personal');
data-url='https://twitter.com/intent/tweet?text=<?php p(urlencode($_['message_with_URL'])); ?>'>
Twitter
</button>
<button class="social-diaspora pop-up"
<button class="social-diaspora pop-up social_sharing_buttons"
data-url='https://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'>
Diaspora
</button>