diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-05 13:48:56 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-13 09:05:22 +0100 |
commit | 26171379d0196ac645923e72b12e1cf29089835b (patch) | |
tree | 678e4c0f3f03387f6a3388e2479004ceb9e59dbc /client/src/app/shared | |
parent | feaf98d528851d025730b4f220e36f14ff5c29c7 (diff) | |
download | PeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.gz PeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.zst PeerTube-26171379d0196ac645923e72b12e1cf29089835b.zip |
Use source sans 3 font
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss b/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss index 4f53ffaf6..2b723a15a 100644 --- a/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss +++ b/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss | |||
@@ -27,7 +27,7 @@ | |||
27 | border-radius: 3px; | 27 | border-radius: 3px; |
28 | font-size: 12px; | 28 | font-size: 12px; |
29 | font-weight: $font-semibold; | 29 | font-weight: $font-semibold; |
30 | line-height: 1.2; | 30 | line-height: 1.1; |
31 | z-index: z(miniature); | 31 | z-index: z(miniature); |
32 | } | 32 | } |
33 | 33 | ||