X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fshared%2Fvideo-edit.component.scss;h=1295cf0987a65c9596910e0574b90c022381bb99;hb=e309822b93d9b69f30cbe830ef3d09dfdb2c13b2;hp=81e3a0d19b634c019a99608e099b3f0662d5d092;hpb=cb9244de975909bac2922c4412fd948646ff3ba7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss index 81e3a0d19..1295cf098 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss @@ -5,10 +5,6 @@ @include peertube-select-container(auto); } -.peertube-select-disabled-container { - @include peertube-select-disabled-container(auto); -} - .video-edit { height: 100%; @@ -47,12 +43,26 @@ .label-tags + span { font-size: 15px; } + + .root-tabset /deep/ > .nav { + margin-left: 15px; + margin-bottom: 15px; + + .nav-link { + display: flex !important; + align-items: center; + height: 30px !important; + padding: 0 15px !important; + } + } + + .advanced-settings .form-group { + margin-bottom: 20px; + } } .submit-container { text-align: right; - position: relative; - bottom: $button-height; .message-submit { display: inline-block; @@ -144,8 +154,3 @@ } } } - -.little-information { - font-size: 0.8em; - font-style: italic; -}