X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-edit%2Fshared%2Fvideo-edit.component.scss;h=1c6f7f5abc763a37cfda59d33ec51bfdbae95392;hb=d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d;hp=e8a6c6e420d00cbfd7fd40527957f1679dbb54bd;hpb=64324ac646b0938e35cd88771492623b640bd0d8;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 e8a6c6e42..1c6f7f5ab 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 @@ -29,10 +29,6 @@ my-peertube-checkbox { margin-bottom: 1rem; } -.create-caption { - @include create-button; -} - .caption-entry { display: flex; height: 40px; @@ -41,7 +37,6 @@ my-peertube-checkbox { a.caption-entry-label { @include disable-default-a-behaviour; - flex-grow: 1; color: #000; &:hover { @@ -53,11 +48,13 @@ my-peertube-checkbox { @include margin-right(20px); font-weight: bold; - width: 150px; + min-width: 100px; } .caption-entry-state { - width: 200px; + @include margin-right(15px); + + min-width: 250px; &.caption-entry-state-create { color: #39CC0B;