aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-05 16:52:25 +0200
committerChocobozzz <me@florianbigard.com>2018-06-05 16:52:25 +0200
commit8c40b7dc28fcbfee63573ea666ea1a389f6a2d82 (patch)
tree3890bf6aeeb7e57116b5b845dd4aedd2761f42c5 /client/src/app/videos/+video-edit
parent0975cd5cf260bd06c797ac7582675ac624a47ebc (diff)
downloadPeerTube-8c40b7dc28fcbfee63573ea666ea1a389f6a2d82.tar.gz
PeerTube-8c40b7dc28fcbfee63573ea666ea1a389f6a2d82.tar.zst
PeerTube-8c40b7dc28fcbfee63573ea666ea1a389f6a2d82.zip
Add missing translations
Diffstat (limited to 'client/src/app/videos/+video-edit')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-image.component.scss4
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.scss3
2 files changed, 5 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-image.component.scss b/client/src/app/videos/+video-edit/shared/video-image.component.scss
index 98313536e..d4901e7ab 100644
--- a/client/src/app/videos/+video-edit/shared/video-image.component.scss
+++ b/client/src/app/videos/+video-edit/shared/video-image.component.scss
@@ -7,7 +7,9 @@
7 align-items: center; 7 align-items: center;
8 8
9 .button-file { 9 .button-file {
10 @include peertube-button-file(190px); 10 @include peertube-button-file(auto);
11
12 min-width: 190px;
11 } 13 }
12 14
13 .image-constraints { 15 .image-constraints {
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 0c74552d3..de7dec65d 100644
--- a/client/src/app/videos/+video-edit/video-add.component.scss
+++ b/client/src/app/videos/+video-edit/video-add.component.scss
@@ -34,8 +34,9 @@
34 } 34 }
35 35
36 .button-file { 36 .button-file {
37 @include peertube-button-file(190px); 37 @include peertube-button-file(auto);
38 38
39 min-width: 190px;
39 margin-bottom: 45px; 40 margin-bottom: 45px;
40 } 41 }
41 } 42 }