aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r--client/src/app/app.component.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index 061ebe134..3f946d581 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -16,15 +16,16 @@
16 </div> 16 </div>
17 17
18 <div class="col-md-10 col-sm-9 col-xs-9 main-col"> 18 <div class="col-md-10 col-sm-9 col-xs-9 main-col">
19 <div class="header"> 19 <div class="row header">
20 <my-search></my-search> 20 <!-- We need to reset col-md-* because my-search is in fixed position -->
21 <my-search class="col-md-10 col-sm-9 col-xs-9"></my-search>
21 </div> 22 </div>
22 23
23 <div class="main-row"> 24 <div class="main-row">
24 <router-outlet></router-outlet> 25 <router-outlet></router-outlet>
25 </div> 26 </div>
26 27
27 <footer> 28 <footer class="row">
28 PeerTube, CopyLeft 2015-2017 29 PeerTube, CopyLeft 2015-2017
29 </footer> 30 </footer>
30 </div> 31 </div>