diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-06 14:05:38 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-06 14:05:38 +0100 |
commit | 332542bc6814bd16c2daf47dc776f9f4b126ec2e (patch) | |
tree | 83178767d115b04769e538bfb51a23631bef1044 /client/src/app/videos | |
parent | a2b817d322ef4074bdaaf2589ada567f338323f4 (diff) | |
download | PeerTube-332542bc6814bd16c2daf47dc776f9f4b126ec2e.tar.gz PeerTube-332542bc6814bd16c2daf47dc776f9f4b126ec2e.tar.zst PeerTube-332542bc6814bd16c2daf47dc776f9f4b126ec2e.zip |
Add delete button to my videos
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/video-list/shared/video-miniature.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/video-list/shared/video-miniature.component.scss b/client/src/app/videos/video-list/shared/video-miniature.component.scss index 658d7af9d..37e84897b 100644 --- a/client/src/app/videos/video-list/shared/video-miniature.component.scss +++ b/client/src/app/videos/video-list/shared/video-miniature.component.scss | |||
@@ -37,7 +37,7 @@ | |||
37 | } | 37 | } |
38 | 38 | ||
39 | .video-miniature-account { | 39 | .video-miniature-account { |
40 | font-size: 12px; | 40 | font-size: 13px; |
41 | color: #585858; | 41 | color: #585858; |
42 | } | 42 | } |
43 | } | 43 | } |