diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:48:36 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:48:36 +0100 |
commit | d681188b7315754035c0ac546090e6900d98c6de (patch) | |
tree | 969b93aee6c71d2436de5ebf45b2efeaabaa71f8 /client/src/app/+my-library/my-follows/my-subscriptions.component.html | |
parent | f069b90114070735f16d21f3bdfa1117fe3bacc2 (diff) | |
download | PeerTube-d681188b7315754035c0ac546090e6900d98c6de.tar.gz PeerTube-d681188b7315754035c0ac546090e6900d98c6de.tar.zst PeerTube-d681188b7315754035c0ac546090e6900d98c6de.zip |
Fix my library responsive
Diffstat (limited to 'client/src/app/+my-library/my-follows/my-subscriptions.component.html')
-rw-r--r-- | client/src/app/+my-library/my-follows/my-subscriptions.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-follows/my-subscriptions.component.html b/client/src/app/+my-library/my-follows/my-subscriptions.component.html index d5f164bf2..f928d8cab 100644 --- a/client/src/app/+my-library/my-follows/my-subscriptions.component.html +++ b/client/src/app/+my-library/my-follows/my-subscriptions.component.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <h1> | 1 | <h1> |
2 | <span> | 2 | <span class="text-nowrap me-2"> |
3 | <my-global-icon iconName="subscriptions" aria-hidden="true"></my-global-icon> | 3 | <my-global-icon iconName="subscriptions" aria-hidden="true"></my-global-icon> |
4 | <ng-container i18n>My subscriptions</ng-container> | 4 | <ng-container i18n>My subscriptions</ng-container> |
5 | <span *ngIf="pagination.totalItems" class="pt-badge badge-secondary"> {{ pagination.totalItems }}</span> | 5 | <span *ngIf="pagination.totalItems" class="pt-badge badge-secondary"> {{ pagination.totalItems }}</span> |