Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2522fea

Browse files
committed
fix remote subscribe input alignment
1 parent 55a5b0f commit 2522fea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

client/src/app/shared/shared-user-subscription/subscribe-button.component.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ <h6 class="dropdown-header" i18n>Using an ActivityPub account</h6>
5858
<span *ngIf="isUserLoggedIn()" i18n>Subscribe with your local account</span>
5959
</button>
6060

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>
61+
<button class="dropdown-item dropdown-item-neutral">
62+
<div class="mb-1" i18n>Subscribe with a Mastodon account:</div>
63+
<my-remote-subscribe [showHelp]="true" [uri]="uri"></my-remote-subscribe>
64+
</button>
6365

6466
<div class="dropdown-divider"></div>
6567

0 commit comments

Comments
 (0)