diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-18 13:27:51 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-18 13:28:29 +0100 |
commit | 5dfb7c1dec8222b0bbccac5b56ad46da1438747e (patch) | |
tree | 9a344b2074dd106ba314db6a1d012eedfd4cc949 /client/src/app/shared | |
parent | 9f0327aeb39c307ce7da28dda57cc526c928ca62 (diff) | |
download | PeerTube-5dfb7c1dec8222b0bbccac5b56ad46da1438747e.tar.gz PeerTube-5dfb7c1dec8222b0bbccac5b56ad46da1438747e.tar.zst PeerTube-5dfb7c1dec8222b0bbccac5b56ad46da1438747e.zip |
Add commentor name alongside fid for video comments
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 4789c2454..3988cc055 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss | |||
@@ -3,7 +3,7 @@ | |||
3 | @import '_miniature'; | 3 | @import '_miniature'; |
4 | 4 | ||
5 | $more-button-width: 41px; | 5 | $more-button-width: 41px; |
6 | $more-margin-right: 10px; | 6 | $more-margin-right: 15px; |
7 | 7 | ||
8 | .video-miniature { | 8 | .video-miniature { |
9 | width: $video-miniature-width; | 9 | width: $video-miniature-width; |