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 | |
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')
5 files changed, 7 insertions, 7 deletions
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html index a48731e7c..d97c35eff 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html +++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <h1> | 1 | <h1> |
2 | <span> | 2 | <span class="text-nowrap me-2"> |
3 | <my-global-icon iconName="channel" aria-hidden="true"></my-global-icon> | 3 | <my-global-icon iconName="channel" aria-hidden="true"></my-global-icon> |
4 | <ng-container i18n>My channels</ng-container> | 4 | <ng-container i18n>My channels</ng-container> |
5 | <span *ngIf="totalItems" class="pt-badge badge-secondary">{{ totalItems }}</span> | 5 | <span *ngIf="totalItems" class="pt-badge badge-secondary">{{ totalItems }}</span> |
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | <my-channels-setup-message [hideLink]="true"></my-channels-setup-message> | 16 | <my-channels-setup-message [hideLink]="true"></my-channels-setup-message> |
17 | 17 | ||
18 | <div class="video-channels-header d-flex justify-content-between"> | 18 | <div class="video-channels-header d-flex justify-content-between gap-2"> |
19 | <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter> | 19 | <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter> |
20 | 20 | ||
21 | <a class="create-button" routerLink="/manage/create"> | 21 | <a class="create-button" routerLink="/manage/create"> |
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> |
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> |
diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html index 0091f70be..3bab20a22 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | <my-channels-setup-message></my-channels-setup-message> | 7 | <my-channels-setup-message></my-channels-setup-message> |
8 | 8 | ||
9 | <div class="video-playlists-header d-flex justify-content-between"> | 9 | <div class="video-playlists-header d-flex justify-content-between gap-2"> |
10 | <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter> | 10 | <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter> |
11 | 11 | ||
12 | <a class="create-button" routerLink="create"> | 12 | <a class="create-button" routerLink="create"> |
diff --git a/client/src/app/+my-library/my-videos/my-videos.component.html b/client/src/app/+my-library/my-videos/my-videos.component.html index 995f6b75b..9bb609ae8 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.html +++ b/client/src/app/+my-library/my-videos/my-videos.component.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <h1> | 1 | <h1> |
2 | <span> | 2 | <span class="text-nowrap me-2"> |
3 | <my-global-icon iconName="videos" aria-hidden="true"></my-global-icon> | 3 | <my-global-icon iconName="videos" aria-hidden="true"></my-global-icon> |
4 | <ng-container i18n>My videos</ng-container> | 4 | <ng-container i18n>My videos</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> |
@@ -18,7 +18,7 @@ | |||
18 | </div> | 18 | </div> |
19 | </h1> | 19 | </h1> |
20 | 20 | ||
21 | <div class="videos-header d-flex justify-content-between"> | 21 | <div class="videos-header d-flex justify-content-between gap-2"> |
22 | <my-advanced-input-filter [emitOnInit]="false" [filters]="inputFilters" (search)="onSearch($event)"></my-advanced-input-filter> | 22 | <my-advanced-input-filter [emitOnInit]="false" [filters]="inputFilters" (search)="onSearch($event)"></my-advanced-input-filter> |
23 | 23 | ||
24 | <div class="peertube-select-container peertube-select-button"> | 24 | <div class="peertube-select-container peertube-select-button"> |