X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=31e9987c6b98f19daf709d5add4686eb35009cf6;hb=082d32eb8873190e48329b61b91f87d71f3cf812;hp=4a32ad2d7ab83492532204ed64ac5ff1171dfe0b;hpb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 4a32ad2d7..31e9987c6 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -21,7 +21,6 @@ top: 0; width: 100%; background-color: pvar(--mainBackgroundColor); - z-index: z(header); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); display: flex; } @@ -104,14 +103,4 @@ cursor: pointer; width: 20px; } - - ::ng-deep { - p { - font-size: 16px; - } - - p:last-child { - margin-bottom: 0; - } - } }