diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-21 18:26:09 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:23:19 +0200 |
commit | 897ec54d766902878d78abe04aa5b749f6b627f3 (patch) | |
tree | 821062ecb881286d45931c32c6b67b078ba47823 /client/src/app/app.component.html | |
parent | ea9f487b40c7f1d7348d9f88703cb9d52c7e8603 (diff) | |
download | PeerTube-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.html | 7 |
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> |