X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=d9dace16bd34da8a828d1adaef37b4c87421d135;hb=45e0d6697c107d77dce73d8e354867dc1959741d;hp=c95b21ca37ef8fe0346154224111a4585442e4a9;hpb=f0c5e8b65792e9f991bf006a3e1d03cfd2c80c24;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index c95b21ca3..d9dace16b 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -16,16 +16,15 @@ 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: 1; height: $header-height; display: flex; align-items: center; - flex: 1; min-width: 0; .icon { @@ -62,7 +61,7 @@ } } - @media screen and (max-width: 500px) { + @media screen and (max-width: $mobile-view) { width: 70px; .peertube-title { @@ -81,6 +80,7 @@ align-items: center; justify-content: flex-end; white-space: nowrap; + flex: 1; } }