X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fhotkeys%2Fhotkeys.component.scss;h=a970260c9294546bc8a4f6e5498e3e393b187614;hb=ece3029bd99a76b3c48a1cc8c58914c5cf61f106;hp=3aa0b625266e4531260bf06b513ae938051f29e7;hpb=1600235a2f4e30c5d4e7d4342d1c299845decc60;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/hotkeys/hotkeys.component.scss b/client/src/app/core/hotkeys/hotkeys.component.scss index 3aa0b6252..a970260c9 100644 --- a/client/src/app/core/hotkeys/hotkeys.component.scss +++ b/client/src/app/core/hotkeys/hotkeys.component.scss @@ -1,3 +1,6 @@ +@import '_variables'; +@import '_mixins'; + .cfp-hotkeys-container { display: flex !important; align-items: center; @@ -23,7 +26,7 @@ } .cfp-hotkeys-container.fade.in { - z-index: 10002; + z-index: z(hotkeys); visibility: visible; opacity: 1; } @@ -91,7 +94,7 @@ cursor: pointer; } -@media all and (max-width: 500px) { +@media all and (max-width: $mobile-view) { .cfp-hotkeys { font-size: 0.8em; }