diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-03 14:18:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-03 14:18:23 +0200 |
commit | 8fc02e476869276d35759d19248ddfe7f84ec09c (patch) | |
tree | 9d55a42d2c19e0e8f2a8a259e2297514abf83b7f /client/src/app/shared | |
parent | 0c9945d900fa926a3d8c54738bb7a62a00f47efc (diff) | |
download | PeerTube-8fc02e476869276d35759d19248ddfe7f84ec09c.tar.gz PeerTube-8fc02e476869276d35759d19248ddfe7f84ec09c.tar.zst PeerTube-8fc02e476869276d35759d19248ddfe7f84ec09c.zip |
Set thumbnail height
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video/video-thumbnail.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss index 0113427a3..469b659e9 100644 --- a/client/src/app/shared/video/video-thumbnail.component.scss +++ b/client/src/app/shared/video/video-thumbnail.component.scss | |||
@@ -8,8 +8,8 @@ | |||
8 | .progress-bar { | 8 | .progress-bar { |
9 | height: 3px; | 9 | height: 3px; |
10 | width: 100%; | 10 | width: 100%; |
11 | position: relative; | 11 | position: absolute; |
12 | top: -3px; | 12 | bottom: 0; |
13 | background-color: rgba(0, 0, 0, 0.20); | 13 | background-color: rgba(0, 0, 0, 0.20); |
14 | 14 | ||
15 | div { | 15 | div { |