From: Chocobozzz Date: Thu, 9 Aug 2018 17:08:54 +0000 (+0200) Subject: Fix videos add tabs style X-Git-Tag: delete~28 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b04eabb2b0ffe22fbd78245efdd9434860f3b9a1;p=github%2FChocobozzz%2FPeerTube.git Fix videos add tabs style --- diff --git a/client/src/app/videos/+video-edit/video-add.component.html b/client/src/app/videos/+video-edit/video-add.component.html index 4c30ddefc..e14e23aed 100644 --- a/client/src/app/videos/+video-edit/video-add.component.html +++ b/client/src/app/videos/+video-edit/video-add.component.html @@ -4,18 +4,27 @@ Upload {{ videoName }} - + - - - + + Upload a file + + + + - - - + + Import with URL + + + + - - - - + + Import with torrent + + + + + 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 c1f96cc37..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; }