aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-02 10:37:52 +0100
committerChocobozzz <me@florianbigard.com>2021-02-02 10:37:52 +0100
commit2666fd7c753c8afdcba1907a5900ccb143df23c4 (patch)
tree03587b2ddf47e5063680398c5e598aa4a47bdb77 /client/src/app/+videos/video-list
parent657bba2b29715f654264422d868e3e661bbdf895 (diff)
downloadPeerTube-2666fd7c753c8afdcba1907a5900ccb143df23c4.tar.gz
PeerTube-2666fd7c753c8afdcba1907a5900ccb143df23c4.tar.zst
PeerTube-2666fd7c753c8afdcba1907a5900ccb143df23c4.zip
Fix small UI bugs
Diffstat (limited to 'client/src/app/+videos/video-list')
-rw-r--r--client/src/app/+videos/video-list/trending/video-trending-header.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+videos/video-list/trending/video-trending-header.component.html b/client/src/app/+videos/video-list/trending/video-trending-header.component.html
index 7eb1e4f95..db81ce6a1 100644
--- a/client/src/app/+videos/video-list/trending/video-trending-header.component.html
+++ b/client/src/app/+videos/video-list/trending/video-trending-header.component.html
@@ -1,8 +1,8 @@
1<div class="btn-group btn-group-toggle" ngbRadioGroup name="radioBasic" [(ngModel)]="data.model" (ngModelChange)="setSort()"> 1<div class="btn-group btn-group-toggle" ngbRadioGroup name="radioBasic" [(ngModel)]="data.model" (ngModelChange)="setSort()">
2 <ng-container *ngFor="let button of buttons"> 2 <ng-container *ngFor="let button of buttons">
3 <label *ngIf="!button.hidden" ngbButtonLabel class="btn-light" placement="bottom" [ngbTooltip]="button.tooltip" container="body"> 3 <label *ngIf="!button.hidden" ngbButtonLabel class="btn-light" placement="bottom right-bottom left-bottom" [ngbTooltip]="button.tooltip" container="body">
4 <my-global-icon [iconName]="button.iconName"></my-global-icon> 4 <my-global-icon [iconName]="button.iconName"></my-global-icon>
5 <input ngbButton type="radio" [value]="button.value"> {{ button.label }} 5 <input ngbButton type="radio" [value]="button.value"> {{ button.label }}
6 </label> 6 </label>
7 </ng-container> 7 </ng-container>
8</div> \ No newline at end of file 8</div>