X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-thumbnail.component.scss;h=e48629778044ce4060ac41dbdf093ee1459d25b9;hb=22a73cb879a5cc775d4bec3d72fa9c9cf52e5175;hp=0113427a34ecd4383509d29f71e9cde270dc1076;hpb=830b4faff15fb9c81d88e8e69fcdf94aad32bef8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss index 0113427a3..e48629778 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 @@ .progress-bar { height: 3px; width: 100%; - position: relative; - top: -3px; + position: absolute; + bottom: 0; background-color: rgba(0, 0, 0, 0.20); div { @@ -28,5 +28,6 @@ border-radius: 3px; font-size: 12px; font-weight: $font-bold; + z-index: 1; } }