diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-28 16:18:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-28 16:18:08 +0200 |
commit | 9c0cdc5047918b959ebd5e075ddad81eb7fb93f0 (patch) | |
tree | d69a990ede132d83a5b7f1491db71e24a57ae470 /client/src/app/shared | |
parent | c5f3ff39e5351ac911418c432dac235c5aefec9e (diff) | |
download | PeerTube-9c0cdc5047918b959ebd5e075ddad81eb7fb93f0.tar.gz PeerTube-9c0cdc5047918b959ebd5e075ddad81eb7fb93f0.tar.zst PeerTube-9c0cdc5047918b959ebd5e075ddad81eb7fb93f0.zip |
Fix subscription button radius
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-user-subscription/subscribe-button.component.html | 2 |
1 files changed, 1 insertions, 1 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 0e09c2697..341b83a04 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 | |||
@@ -37,7 +37,7 @@ | |||
37 | class="btn-group" ngbDropdown autoClose="outside" placement="bottom-right bottom-left bottom auto" | 37 | class="btn-group" ngbDropdown autoClose="outside" placement="bottom-right bottom-left bottom auto" |
38 | role="group" aria-label="Multiple ways to subscribe to the current channel" i18n-aria-label | 38 | role="group" aria-label="Multiple ways to subscribe to the current channel" i18n-aria-label |
39 | > | 39 | > |
40 | <button class="btn dropdown-toggle-split" ngbDropdownToggle aria-label="Open subscription dropdown" i18n-aria-label> | 40 | <button class="btn dropdown-toggle-split last-in-group" ngbDropdownToggle aria-label="Open subscription dropdown" i18n-aria-label> |
41 | <ng-container | 41 | <ng-container |
42 | *ngIf="!isUserLoggedIn(); then userLoggedOut"> | 42 | *ngIf="!isUserLoggedIn(); then userLoggedOut"> |
43 | </ng-container> | 43 | </ng-container> |