aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-07-18 15:01:47 +0200
committerChocobozzz <me@florianbigard.com>2022-07-18 15:01:47 +0200
commitace01da3480e0de943cb028f9541790e0a015eb4 (patch)
treebcbbcf41c890a20fa6bb8115df09cf1f370b5a67 /client/src/app/app.component.html
parent58c44687f748a3ea5feafe6335fe962aea8186bd (diff)
downloadPeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.tar.gz
PeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.tar.zst
PeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.zip
Fix z-index with custom homepage
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r--client/src/app/app.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index 629c04e6b..6a833b039 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -3,7 +3,7 @@
3<my-hotkeys-cheatsheet></my-hotkeys-cheatsheet> 3<my-hotkeys-cheatsheet></my-hotkeys-cheatsheet>
4 4
5<div class="peertube-container" [ngClass]="{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }"> 5<div class="peertube-container" [ngClass]="{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }">
6 <div class="header"> 6 <div class="root-header">
7 7
8 <div class="top-left-block"> 8 <div class="top-left-block">
9 <span class="icon icon-menu" role="button" [title]="getToggleTitle()" (click)="menu.toggleMenu()"></span> 9 <span class="icon icon-menu" role="button" [title]="getToggleTitle()" (click)="menu.toggleMenu()"></span>
@@ -14,7 +14,7 @@
14 </a> 14 </a>
15 </div> 15 </div>
16 16
17 <div class="header-right"> 17 <div class="root-header-right">
18 <my-header class="w-100 d-flex justify-content-end"></my-header> 18 <my-header class="w-100 d-flex justify-content-end"></my-header>
19 </div> 19 </div>
20 </div> 20 </div>