diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-03 11:46:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-03 11:46:43 +0200 |
commit | 23f1b9da1577c64e2caa1dff8f3aa92eb8d184cf (patch) | |
tree | ea53088652e5939072c64b105ed1779ab92a3dbb | |
parent | ba80de3d3deca77c3cc27410999e79b7fb9b3272 (diff) | |
download | PeerTube-23f1b9da1577c64e2caa1dff8f3aa92eb8d184cf.tar.gz PeerTube-23f1b9da1577c64e2caa1dff8f3aa92eb8d184cf.tar.zst PeerTube-23f1b9da1577c64e2caa1dff8f3aa92eb8d184cf.zip |
Fix video add nave hiding
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.scss | 4 |
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 | ||