diff options
Diffstat (limited to 'client/src/app/shared')
3 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.ts b/client/src/app/shared/video/abstract-video-list.ts index b0633be4a..2cd5bc393 100644 --- a/client/src/app/shared/video/abstract-video-list.ts +++ b/client/src/app/shared/video/abstract-video-list.ts | |||
@@ -41,8 +41,8 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy { | |||
41 | displayModerationBlock = false | 41 | displayModerationBlock = false |
42 | titleTooltip: string | 42 | titleTooltip: string |
43 | 43 | ||
44 | protected baseVideoWidth = 215 | 44 | protected baseVideoWidth = 238 |
45 | protected baseVideoHeight = 205 | 45 | protected baseVideoHeight = 225 |
46 | 46 | ||
47 | protected abstract notifier: Notifier | 47 | protected abstract notifier: Notifier |
48 | protected abstract authService: AuthService | 48 | protected abstract authService: AuthService |
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index f44bdf9a9..66e59e6d3 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss | |||
@@ -5,7 +5,7 @@ | |||
5 | display: inline-block; | 5 | display: inline-block; |
6 | padding-right: 15px; | 6 | padding-right: 15px; |
7 | margin-bottom: 30px; | 7 | margin-bottom: 30px; |
8 | height: 175px; | 8 | height: 195px; |
9 | vertical-align: top; | 9 | vertical-align: top; |
10 | 10 | ||
11 | .video-miniature-information { | 11 | .video-miniature-information { |
diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss index 4772edaf0..97a0e72ed 100644 --- a/client/src/app/shared/video/video-thumbnail.component.scss +++ b/client/src/app/shared/video/video-thumbnail.component.scss | |||
@@ -4,7 +4,7 @@ | |||
4 | .video-thumbnail { | 4 | .video-thumbnail { |
5 | display: inline-block; | 5 | display: inline-block; |
6 | position: relative; | 6 | position: relative; |
7 | border-radius: 4px; | 7 | border-radius: 3px; |
8 | overflow: hidden; | 8 | overflow: hidden; |
9 | width: $video-thumbnail-width; | 9 | width: $video-thumbnail-width; |
10 | height: $video-thumbnail-height; | 10 | height: $video-thumbnail-height; |