aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-03 11:46:43 +0200
committerChocobozzz <me@florianbigard.com>2020-04-03 11:46:43 +0200
commit23f1b9da1577c64e2caa1dff8f3aa92eb8d184cf (patch)
treeea53088652e5939072c64b105ed1779ab92a3dbb /client/src
parentba80de3d3deca77c3cc27410999e79b7fb9b3272 (diff)
downloadPeerTube-23f1b9da1577c64e2caa1dff8f3aa92eb8d184cf.tar.gz
PeerTube-23f1b9da1577c64e2caa1dff8f3aa92eb8d184cf.tar.zst
PeerTube-23f1b9da1577c64e2caa1dff8f3aa92eb8d184cf.zip
Fix video add nave hiding
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.scss4
1 files changed, 4 insertions, 0 deletions
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;
17 border-bottom: $border-width $border-type $border-color; 17 border-bottom: $border-width $border-type $border-color;
18 margin: 50px 0 0 0 !important; 18 margin: 50px 0 0 0 !important;
19 19
20 &.hide-nav {
21 display: none !important;
22 }
23
20 a.nav-link { 24 a.nav-link {
21 @include disable-default-a-behaviour; 25 @include disable-default-a-behaviour;
22 26