aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-user-subscription
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-01-11 22:53:54 +0100
committerRigel Kent <sendmemail@rigelk.eu>2021-01-11 22:53:54 +0100
commit2522fea71b833b4f0091d9471c379c547c37f8de (patch)
tree6196309f736bfe669935918689c23587867e35bf /client/src/app/shared/shared-user-subscription
parent55a5b0fd8db402223bb5529a7adfb3832b75479e (diff)
downloadPeerTube-2522fea71b833b4f0091d9471c379c547c37f8de.tar.gz
PeerTube-2522fea71b833b4f0091d9471c379c547c37f8de.tar.zst
PeerTube-2522fea71b833b4f0091d9471c379c547c37f8de.zip
fix remote subscribe input alignment
Diffstat (limited to 'client/src/app/shared/shared-user-subscription')
-rw-r--r--client/src/app/shared/shared-user-subscription/subscribe-button.component.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-user-subscription/subscribe-button.component.html b/client/src/app/shared/shared-user-subscription/subscribe-button.component.html
index d60fd5c5f..607a7e113 100644
--- a/client/src/app/shared/shared-user-subscription/subscribe-button.component.html
+++ b/client/src/app/shared/shared-user-subscription/subscribe-button.component.html
@@ -58,8 +58,10 @@
58 <span *ngIf="isUserLoggedIn()" i18n>Subscribe with your local account</span> 58 <span *ngIf="isUserLoggedIn()" i18n>Subscribe with your local account</span>
59 </button> 59 </button>
60 60
61 <button class="dropdown-item dropdown-item-neutral" i18n>Subscribe with a Mastodon account:</button> 61 <button class="dropdown-item dropdown-item-neutral">
62 <my-remote-subscribe [showHelp]="true" [uri]="uri"></my-remote-subscribe> 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>
63 65
64 <div class="dropdown-divider"></div> 66 <div class="dropdown-divider"></div>
65 67