diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-29 17:12:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-29 17:12:18 +0200 |
commit | dc8902634864841be7ca483b8e1c0f5afa609c32 (patch) | |
tree | 3823727c0039ffe13508603db829a558fca00c9b /client/src/app/shared | |
parent | 8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932 (diff) | |
download | PeerTube-dc8902634864841be7ca483b8e1c0f5afa609c32.tar.gz PeerTube-dc8902634864841be7ca483b8e1c0f5afa609c32.tar.zst PeerTube-dc8902634864841be7ca483b8e1c0f5afa609c32.zip |
Add show channel button in account page
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index dac178bde..3658ee3c0 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss | |||
@@ -9,7 +9,7 @@ $more-margin-right: 10px; | |||
9 | width: $video-miniature-width; | 9 | width: $video-miniature-width; |
10 | display: inline-flex; | 10 | display: inline-flex; |
11 | flex-direction: column; | 11 | flex-direction: column; |
12 | margin-bottom: 30px; | 12 | margin-bottom: $video-miniature-margin-bottom; |
13 | height: 195px; | 13 | height: 195px; |
14 | vertical-align: top; | 14 | vertical-align: top; |
15 | 15 | ||