aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-02-21 21:25:27 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-02-21 21:25:55 +0100
commit555fdc8c79d6577b1fb048ac928b8376a81ffd67 (patch)
tree13c8677231adbcf00039aff8b08a563ed9767097 /client/src/app/shared/video
parent97eae8382eed6267f8f1e04e5aa47b314111c06c (diff)
downloadPeerTube-555fdc8c79d6577b1fb048ac928b8376a81ffd67.tar.gz
PeerTube-555fdc8c79d6577b1fb048ac928b8376a81ffd67.tar.zst
PeerTube-555fdc8c79d6577b1fb048ac928b8376a81ffd67.zip
Provide z-index centralisation for lower components
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r--client/src/app/shared/video/video-thumbnail.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss
index 573a64987..c13105e94 100644
--- a/client/src/app/shared/video/video-thumbnail.component.scss
+++ b/client/src/app/shared/video/video-thumbnail.component.scss
@@ -25,7 +25,7 @@
25 border-radius: 3px; 25 border-radius: 3px;
26 font-size: 12px; 26 font-size: 12px;
27 font-weight: $font-bold; 27 font-weight: $font-bold;
28 z-index: 1; 28 z-index: z(miniature);
29 } 29 }
30 30
31 .video-thumbnail-duration-overlay { 31 .video-thumbnail-duration-overlay {