X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=0543564b43d1dfa13ab864f849638dfcd718bd25;hb=d29ced1a8582d99b776f664475a157adcf555d98;hp=e7d05369baf611c23dbe69a6b5194d9c9dd6bdcc;hpb=266947e5efc7ff30b0020beb5a74e4d4fc696fa5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index e7d05369b..0543564b4 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -40,8 +40,10 @@ } .icon-menu { - background-color: pvar(--mainForegroundColor); mask-image: url('../assets/images/misc/menu.svg'); + -webkit-mask-image: url('../assets/images/misc/menu.svg'); + + background-color: pvar(--mainForegroundColor); margin: 0 18px 0 20px; @media screen and (max-width: $mobile-view) { @@ -79,7 +81,7 @@ display: inline-block; width: 23px; height: 24px; - margin-right: .5rem; + margin-right: 0.5rem; } @media screen and (max-width: $mobile-view) {