mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
fix the backport
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
2b776b59a4
commit
b04581ca74
2 changed files with 5 additions and 1 deletions
|
|
@ -37,3 +37,7 @@
|
|||
.social-facebook {
|
||||
@include icon-color('social-facebook', 'federatedfilesharing', $color-black);
|
||||
}
|
||||
|
||||
.social_sharing_buttons {
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue