X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=0c33dc4a12b1807b6487ad7316c109748854d57a;hb=9107d791e2eef9a1b24b0499dac8b9dbba8a792f;hp=d9dace16bd34da8a828d1adaef37b4c87421d135;hpb=555fdc8c79d6577b1fb048ac928b8376a81ffd67;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index d9dace16b..0c33dc4a1 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,6 +1,10 @@ @import '_variables'; @import '_mixins'; +.peertube-container { + padding-bottom: 20px; +} + .main-row { min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin}); } @@ -8,6 +12,7 @@ .sub-header-container { margin-top: $header-height; background-color: var(--mainBackgroundColor); + width: 100%; } .header { @@ -83,11 +88,3 @@ flex: 1; } } - -footer { - padding: 10px 0; - font-size: 11px; - margin-top: $footer-margin; - height: $footer-height; - justify-content: center; -}