aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-follows/my-followers.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-20 11:48:36 +0100
committerChocobozzz <me@florianbigard.com>2023-02-20 11:48:36 +0100
commitd681188b7315754035c0ac546090e6900d98c6de (patch)
tree969b93aee6c71d2436de5ebf45b2efeaabaa71f8 /client/src/app/+my-library/my-follows/my-followers.component.html
parentf069b90114070735f16d21f3bdfa1117fe3bacc2 (diff)
downloadPeerTube-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-followers.component.html')
-rw-r--r--client/src/app/+my-library/my-follows/my-followers.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-follows/my-followers.component.html b/client/src/app/+my-library/my-follows/my-followers.component.html
index e9b0f6355..743187edb 100644
--- a/client/src/app/+my-library/my-follows/my-followers.component.html
+++ b/client/src/app/+my-library/my-follows/my-followers.component.html
@@ -1,5 +1,5 @@
1<h1> 1<h1>
2 <span> 2 <span class="text-nowrap me-2">
3 <my-global-icon iconName="follower" aria-hidden="true"></my-global-icon> 3 <my-global-icon iconName="follower" aria-hidden="true"></my-global-icon>
4 <ng-container i18n>My followers</ng-container> 4 <ng-container i18n>My followers</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>