X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-edit%2Fvideo-add.component.scss;h=5db9e823dd25ac4191e5d59c2a1a2f9fd276cb5d;hb=766d13b4470de02d3d7bec94188260b89a356399;hp=b9fef9fce873add069168fabab1115a11eae7a53;hpb=ed5bb517266c80904c44bf44a335f1003f5aa277;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-edit/video-add.component.scss b/client/src/app/+videos/+video-edit/video-add.component.scss index b9fef9fce..5db9e823d 100644 --- a/client/src/app/+videos/+video-edit/video-add.component.scss +++ b/client/src/app/+videos/+video-edit/video-add.component.scss @@ -6,8 +6,36 @@ $border-type: solid; $border-color: #EAEAEA; $nav-link-height: 40px; +.no-upload { + height: 100%; + width: 100%; + text-align: center; + + .about-link { + @include peertube-button-link; + @include orange-button; + + height: fit-content; + margin-top: 10px; + } + + img { + margin-top: 10px; + margin-bottom: 75px; + width: 220px; + height: auto; + } + + @media screen and (max-height: 600px) { + img { + margin-top: 5px; + width: 160px; + } + } +} + .margin-content { - padding-top: 50px; + padding-top: 20px; } .alert { @@ -16,7 +44,7 @@ $nav-link-height: 40px; ::ng-deep .video-add-nav { border-bottom: $border-width $border-type $border-color; - margin: 50px 0 0 0 !important; + margin: 20px 0 0 0 !important; &.hide-nav { display: none !important; @@ -64,7 +92,7 @@ $nav-link-height: 40px; padding-bottom: 20px; display: flex; justify-content: center; - align-items: center; + padding-top: 20px; &.dragover { border: 3px dashed pvar(--mainColor);