diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-02 13:57:05 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-02 13:57:05 +0200 |
commit | dd29842306142a11a5f551a17b9a856d76e467e4 (patch) | |
tree | d731cdd2848395338f96f4234149d3660e23c96f /client/src/app | |
parent | 4428ad543e0c717eb7edb27003b9d9a52c616d5d (diff) | |
download | PeerTube-dd29842306142a11a5f551a17b9a856d76e467e4.tar.gz PeerTube-dd29842306142a11a5f551a17b9a856d76e467e4.tar.zst PeerTube-dd29842306142a11a5f551a17b9a856d76e467e4.zip |
Fix subscribe button dropdown position
Diffstat (limited to 'client/src/app')
-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 d08d7f4ed..a6d851315 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 | |||
@@ -40,7 +40,7 @@ | |||
40 | </ng-container> | 40 | </ng-container> |
41 | 41 | ||
42 | <div | 42 | <div |
43 | class="btn-group" ngbDropdown autoClose="outside" placement="bottom-right bottom-left" | 43 | class="btn-group" ngbDropdown autoClose="outside" placement="bottom-right bottom-left bottom auto" |
44 | role="group" aria-label="Multiple ways to subscribe to the current channel" i18n-aria-label | 44 | role="group" aria-label="Multiple ways to subscribe to the current channel" i18n-aria-label |
45 | > | 45 | > |
46 | <button class="btn btn-sm dropdown-toggle-split" ngbDropdownToggle aria-label="Open subscription dropdown" i18n-aria-label> | 46 | <button class="btn btn-sm dropdown-toggle-split" ngbDropdownToggle aria-label="Open subscription dropdown" i18n-aria-label> |