aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-21 11:43:41 +0100
committerChocobozzz <me@florianbigard.com>2020-01-21 13:58:33 +0100
commit7c1f3e73667c013bcebdfbd75d55ba8ef83c6b54 (patch)
tree92f8c03a98d90c0d18cd3a08125653b4fd40f3a9 /client/src/app/+my-account/my-account-videos/my-account-videos.component.html
parent9b82d49da868536701d80ef1071df0e7cd301b7a (diff)
downloadPeerTube-7c1f3e73667c013bcebdfbd75d55ba8ef83c6b54.tar.gz
PeerTube-7c1f3e73667c013bcebdfbd75d55ba8ef83c6b54.tar.zst
PeerTube-7c1f3e73667c013bcebdfbd75d55ba8ef83c6b54.zip
Center search fields (my videos/playlists)
Diffstat (limited to 'client/src/app/+my-account/my-account-videos/my-account-videos.component.html')
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
index 7479c84f9..b07b9c1a6 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
@@ -1,9 +1,9 @@
1<div> 1<div class="videos-header">
2 <h4 i18n>Videos <span class="badge badge-secondary">{{ pagination.totalItems }}</span></h4> 2 <h4 i18n>Videos <span class="badge badge-secondary">{{ pagination.totalItems }}</span></h4>
3</div>
4 3
5<div class="videos-header">
6 <input type="text" placeholder="Search your videos" i18n-placeholder [(ngModel)]="videosSearch" (ngModelChange)="onVideosSearchChanged()" /> 4 <input type="text" placeholder="Search your videos" i18n-placeholder [(ngModel)]="videosSearch" (ngModelChange)="onVideosSearchChanged()" />
5
6 <div class="fake-element"></div>
7</div> 7</div>
8 8
9<my-videos-selection 9<my-videos-selection