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 c20467d9b..9adeaebb0 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss @@ -17,6 +17,10 @@ $border-color: #EAEAEA; border-bottom: $border-width $border-type $border-color; margin: 50px 0 0 0 !important; + &.hide-nav { + display: none !important; + } + a.nav-link { @include disable-default-a-behaviour;