]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
fix remote subscribe input alignment
authorRigel Kent <sendmemail@rigelk.eu>
Mon, 11 Jan 2021 21:53:54 +0000 (22:53 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Mon, 11 Jan 2021 21:53:54 +0000 (22:53 +0100)
client/src/app/shared/shared-user-subscription/subscribe-button.component.html

index d60fd5c5f4fb1e2f4c0f059c5fef7548f5e5d03d..607a7e11357038def6b953e3d8de982774b309ba 100644 (file)
         <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>