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