diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-28 16:17:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-28 16:17:10 +0200 |
commit | 8eaa6d62c6c5659dae7db16f3718327df572a91c (patch) | |
tree | 512416d1716d9265e92ac0e9759c985b5507957d /client/src/app/videos/+video-edit | |
parent | e182430ac70505fa1492748ae43e1922826bf206 (diff) | |
download | PeerTube-8eaa6d62c6c5659dae7db16f3718327df572a91c.tar.gz PeerTube-8eaa6d62c6c5659dae7db16f3718327df572a91c.tar.zst PeerTube-8eaa6d62c6c5659dae7db16f3718327df572a91c.zip |
Fix advanced options in upload form
Diffstat (limited to 'client/src/app/videos/+video-edit')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.scss | 2 |
1 files changed, 1 insertions, 1 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 ab70e0e24..dd97b79ee 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss | |||
@@ -6,7 +6,7 @@ $border-type: solid; | |||
6 | $border-color: #EAEAEA; | 6 | $border-color: #EAEAEA; |
7 | 7 | ||
8 | /deep/ .root-tabset.video-add-tabset { | 8 | /deep/ .root-tabset.video-add-tabset { |
9 | &.hide-nav .nav { | 9 | &.hide-nav > .nav { |
10 | display: none !important; | 10 | display: none !important; |
11 | } | 11 | } |
12 | 12 | ||