diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-26 16:00:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-26 16:00:21 +0200 |
commit | 35f676e5d3e5e242e84ed63da2cc78117079c7cb (patch) | |
tree | 490172885661bec8e23f6f82f83834373ce8c3a5 /client/src/app/shared | |
parent | 5ec3cbdf22fc88ebe57f370fc0bc0e3df7453458 (diff) | |
parent | b45afe12f90c654aef8098e55bedfa81ca73b1f4 (diff) | |
download | PeerTube-35f676e5d3e5e242e84ed63da2cc78117079c7cb.tar.gz PeerTube-35f676e5d3e5e242e84ed63da2cc78117079c7cb.tar.zst PeerTube-35f676e5d3e5e242e84ed63da2cc78117079c7cb.zip |
Merge branch 'release/3.2.0' into develop
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 75cfc918b..d8699ff69 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" | 43 | class="btn-group" ngbDropdown autoClose="outside" placement="bottom-right bottom-left" |
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> |