fix remote subscribe input alignment
This commit is contained in:
parent
55a5b0fd8d
commit
2522fea71b
1 changed files with 4 additions and 2 deletions
|
@ -58,8 +58,10 @@
|
|||
<span *ngIf="isUserLoggedIn()" i18n>Subscribe with your local account</span>
|
||||
</button>
|
||||
|
||||
<button class="dropdown-item dropdown-item-neutral" i18n>Subscribe with a Mastodon account:</button>
|
||||
<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>
|
||||
<my-remote-subscribe [showHelp]="true" [uri]="uri"></my-remote-subscribe>
|
||||
</button>
|
||||
|
||||
<div class="dropdown-divider"></div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue