diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-11 22:53:54 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-11 22:53:54 +0100 |
commit | 2522fea71b833b4f0091d9471c379c547c37f8de (patch) | |
tree | 6196309f736bfe669935918689c23587867e35bf /client/src/app/shared | |
parent | 55a5b0fd8db402223bb5529a7adfb3832b75479e (diff) | |
download | PeerTube-2522fea71b833b4f0091d9471c379c547c37f8de.tar.gz PeerTube-2522fea71b833b4f0091d9471c379c547c37f8de.tar.zst PeerTube-2522fea71b833b4f0091d9471c379c547c37f8de.zip |
fix remote subscribe input alignment
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-user-subscription/subscribe-button.component.html | 6 |
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 | ||