]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Properly scroll to anchors in links, especially in admin config
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 7a6710829efcdba6ae293c329c3b6903efeebc8d..d9dace16bd34da8a828d1adaef37b4c87421d135 100644 (file)
@@ -21,7 +21,7 @@
   display: flex;
 
   .top-left-block {
-    z-index: z(headerLeft);
+    z-index: 1;
     height: $header-height;
     display: flex;
     align-items: center;
@@ -61,7 +61,7 @@
       }
     }
 
-    @media screen and (max-width: 500px) {
+    @media screen and (max-width: $mobile-view) {
       width: 70px;
 
       .peertube-title {