mirror of https://github.com/Chocobozzz/PeerTube
Fix spacing
parent
88d50474d2
commit
36731b5a8e
|
@ -16,11 +16,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@if (search && !isSearching) {
|
@if (search && !isSearching) {
|
||||||
<my-global-icon iconName="search"></my-global-icon>
|
<div>
|
||||||
|
<my-global-icon iconName="search"></my-global-icon>
|
||||||
|
|
||||||
<ng-container i18n>
|
<ng-container i18n>
|
||||||
{{ pagination.totalItems }} {pagination.totalItems, plural, =1 {result} other {results}} for "{{ search }}"
|
{{ pagination.totalItems }} {pagination.totalItems, plural, =1 {result} other {results}} for "{{ search }}"
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="search-bar">
|
<div class="search-bar">
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
>
|
>
|
||||||
<ng-container *ngIf="highlightedLives.length !== 0">
|
<ng-container *ngIf="highlightedLives.length !== 0">
|
||||||
<h2 class="date-title">
|
<h2 class="date-title">
|
||||||
<my-global-icon class="pt-icon" iconName="live"></my-global-icon> Current lives
|
<my-global-icon class="pt-icon me-1 top--1px" iconName="live"></my-global-icon> Current lives
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<ng-container *ngFor="let live of highlightedLives; trackBy: videoById;">
|
<ng-container *ngFor="let live of highlightedLives; trackBy: videoById;">
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<h2 *ngIf="!groupByDate" class="date-title">
|
<h2 *ngIf="!groupByDate" class="date-title">
|
||||||
<my-global-icon iconName="videos"></my-global-icon> Videos
|
<my-global-icon class="pt-icon me-1" iconName="videos"></my-global-icon> Videos
|
||||||
</h2>
|
</h2>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
|
|
|
@ -44,11 +44,6 @@ $margin-top: 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
my-global-icon[iconname=live] {
|
|
||||||
position: relative;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: $mobile-view) {
|
@media screen and (max-width: $mobile-view) {
|
||||||
my-video-filters-header {
|
my-video-filters-header {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue