Fix my library responsive

pull/5616/head
Chocobozzz 2023-02-20 11:48:36 +01:00
parent f069b90114
commit d681188b73
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
5 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<h1>
<span>
<span class="text-nowrap me-2">
<my-global-icon iconName="channel" aria-hidden="true"></my-global-icon>
<ng-container i18n>My channels</ng-container>
<span *ngIf="totalItems" class="pt-badge badge-secondary">{{ totalItems }}</span>
@ -15,7 +15,7 @@
<my-channels-setup-message [hideLink]="true"></my-channels-setup-message>
<div class="video-channels-header d-flex justify-content-between">
<div class="video-channels-header d-flex justify-content-between gap-2">
<my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter>
<a class="create-button" routerLink="/manage/create">

View File

@ -1,5 +1,5 @@
<h1>
<span>
<span class="text-nowrap me-2">
<my-global-icon iconName="follower" aria-hidden="true"></my-global-icon>
<ng-container i18n>My followers</ng-container>
<span *ngIf="pagination.totalItems" class="pt-badge badge-secondary"> {{ pagination.totalItems }}</span>

View File

@ -1,5 +1,5 @@
<h1>
<span>
<span class="text-nowrap me-2">
<my-global-icon iconName="subscriptions" aria-hidden="true"></my-global-icon>
<ng-container i18n>My subscriptions</ng-container>
<span *ngIf="pagination.totalItems" class="pt-badge badge-secondary"> {{ pagination.totalItems }}</span>

View File

@ -6,7 +6,7 @@
<my-channels-setup-message></my-channels-setup-message>
<div class="video-playlists-header d-flex justify-content-between">
<div class="video-playlists-header d-flex justify-content-between gap-2">
<my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter>
<a class="create-button" routerLink="create">

View File

@ -1,5 +1,5 @@
<h1>
<span>
<span class="text-nowrap me-2">
<my-global-icon iconName="videos" aria-hidden="true"></my-global-icon>
<ng-container i18n>My videos</ng-container>
<span *ngIf="pagination.totalItems" class="pt-badge badge-secondary"> {{ pagination.totalItems }}</span>
@ -18,7 +18,7 @@
</div>
</h1>
<div class="videos-header d-flex justify-content-between">
<div class="videos-header d-flex justify-content-between gap-2">
<my-advanced-input-filter [emitOnInit]="false" [filters]="inputFilters" (search)="onSearch($event)"></my-advanced-input-filter>
<div class="peertube-select-container peertube-select-button">