]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-videos/my-account-videos.component.html
Fix margins/widths with top-menu and main-col on small screens
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-videos / my-account-videos.component.html
index 2854093c46ecf41bfc8d1a486f0d3cf921c0602f..b07b9c1a6cbb77b7fc02be661d64df2458a6cd63 100644 (file)
@@ -1,3 +1,11 @@
+<div class="videos-header">
+  <h4 i18n>Videos <span class="badge badge-secondary">{{ pagination.totalItems }}</span></h4>
+
+  <input type="text" placeholder="Search your videos" i18n-placeholder [(ngModel)]="videosSearch" (ngModelChange)="onVideosSearchChanged()" />
+
+  <div class="fake-element"></div>
+</div>
+
 <my-videos-selection
   [pagination]="pagination"
   [(selection)]="selection"