X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=a7be8e1afa6af7ca9239e148fb6cce4f839282c9;hb=ece3029bd99a76b3c48a1cc8c58914c5cf61f106;hp=51a7a3dd1df1dddbb02fbc72407b2e3ae18aab65;hpb=5dfb7c1dec8222b0bbccac5b56ad46da1438747e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 51a7a3dd1..a7be8e1af 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -16,12 +16,12 @@ top: 0; width: 100%; background-color: var(--mainBackgroundColor); - z-index: 1000; + z-index: z(header); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); display: flex; .top-left-block { - z-index: 1001; + z-index: z(headerLeft); 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 {