X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fvideo-add.component.scss;h=892520e408afba4ebcbb2f984939e411e4dfb767;hb=e63dbd426e67672b4014c2a3ac3a227fbe26e886;hp=a811b9cf0c91dcffa08d6c60c59f2dd440a21630;hpb=fbad87b0472f574409f7aa3ae7f8b54927d0cdd6;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 a811b9cf0..892520e40 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss @@ -7,7 +7,7 @@ $border-color: #EAEAEA; $background-color: #F7F7F7; -/deep/ tabset.root-tabset.video-add-tabset { +/deep/ .root-tabset.video-add-tabset { &.hide-nav .nav { display: none !important; } @@ -21,7 +21,10 @@ $background-color: #F7F7F7; margin-bottom: -$border-width; } - .nav-link { + a.nav-link { + @include disable-default-a-behaviour; + + color: #000; height: 40px !important; padding: 0 30px !important; font-size: 15px; @@ -46,7 +49,8 @@ $background-color: #F7F7F7; background-color: $background-color; border-radius: 3px; width: 100%; - height: 440px; + min-height: 440px; + padding-bottom: 20px; display: flex; justify-content: center; align-items: center;