aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-21 18:26:09 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 21:23:19 +0200
commit897ec54d766902878d78abe04aa5b749f6b627f3 (patch)
tree821062ecb881286d45931c32c6b67b078ba47823 /client/src/app/app.component.html
parentea9f487b40c7f1d7348d9f88703cb9d52c7e8603 (diff)
downloadPeerTube-897ec54d766902878d78abe04aa5b749f6b627f3.tar.gz
PeerTube-897ec54d766902878d78abe04aa5b749f6b627f3.tar.zst
PeerTube-897ec54d766902878d78abe04aa5b749f6b627f3.zip
Client: beautiful watch page
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>