]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.html
add theming via css custom properties
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.html
index 3eb8ef40a060f03755ee32926931cd8c8cada320..0564e1a7bd06ffc37bf9bb9cfd335a96ca6bd921 100644 (file)
@@ -14,7 +14,7 @@
       </a>
     </div>
 
-    <div class="header-right">
+    <div class="header-right" [ngClass]="{ 'border-bottom': isMenuDisplayed === false }">
       <my-header></my-header>
     </div>
   </div>