Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a5b0f commit 2522feaCopy full SHA for 2522fea
client/src/app/shared/shared-user-subscription/subscribe-button.component.html
@@ -58,8 +58,10 @@ <h6 class="dropdown-header" i18n>Using an ActivityPub account</h6>
58
<span *ngIf="isUserLoggedIn()" i18n>Subscribe with your local account</span>
59
</button>
60
61
- <button class="dropdown-item dropdown-item-neutral" i18n>Subscribe with a Mastodon account:</button>
62
- <my-remote-subscribe [showHelp]="true" [uri]="uri"></my-remote-subscribe>
+ <button class="dropdown-item dropdown-item-neutral">
+ <div class="mb-1" i18n>Subscribe with a Mastodon account:</div>
63
+ <my-remote-subscribe [showHelp]="true" [uri]="uri"></my-remote-subscribe>
64
+ </button>
65
66
<div class="dropdown-divider"></div>
67
0 commit comments