diff options
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index f1eb6e021..061ebe134 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -11,6 +11,10 @@ | |||
11 | </div> | 11 | </div> |
12 | </div> | 12 | </div> |
13 | 13 | ||
14 | <!-- Used for the fixed menu --> | ||
15 | <div class="col-md-2 col-sm-3 col-xs-3"> | ||
16 | </div> | ||
17 | |||
14 | <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"> |
15 | <div class="header"> | 19 | <div class="header"> |
16 | <my-search></my-search> | 20 | <my-search></my-search> |
@@ -19,12 +23,12 @@ | |||
19 | <div class="main-row"> | 23 | <div class="main-row"> |
20 | <router-outlet></router-outlet> | 24 | <router-outlet></router-outlet> |
21 | </div> | 25 | </div> |
26 | |||
27 | <footer> | ||
28 | PeerTube, CopyLeft 2015-2017 | ||
29 | </footer> | ||
22 | </div> | 30 | </div> |
23 | </div> | 31 | </div> |
24 | |||
25 | <footer> | ||
26 | PeerTube, CopyLeft 2015-2017 | ||
27 | </footer> | ||
28 | </div> | 32 | </div> |
29 | 33 | ||
30 | <my-confirm></my-confirm> | 34 | <my-confirm></my-confirm> |