]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video-thumbnail.component.scss
Add internal privacy mode
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-thumbnail.component.scss
index 0113427a34ecd4383509d29f71e9cde270dc1076..e48629778044ce4060ac41dbdf093ee1459d25b9 100644 (file)
@@ -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;
   }
 }