aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos')
-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
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.html2
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss4
4 files changed, 8 insertions, 5 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 }
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html
index ac7c03648..6dc454d00 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.html
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html
@@ -1,6 +1,6 @@
1<div> 1<div>
2 <div class="title-block"> 2 <div class="title-block">
3 <div class="title-page title-page-single"> 3 <div i18n class="title-page title-page-single">
4 Comments 4 Comments
5 </div> 5 </div>
6 <my-help 6 <my-help
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss
index 990f86cc5..d765f23ef 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -158,8 +158,8 @@
158 } 158 }
159 } 159 }
160 160
161 &.action-button-share { 161 .icon-text {
162 width: 82px; 162 margin-left: 3px;
163 } 163 }
164 164
165 &.action-button-like.activated { 165 &.action-button-like.activated {