X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-miniature.component.scss;h=ece090828d0633b5a68e8d87d6e4338c05c52526;hb=e6f627975bebd00d396d11442e582d80856bc6bd;hp=49ba1e51cb936a2054e3c5a76e50e9628899755b;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index 49ba1e51c..ece090828 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss @@ -18,7 +18,6 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - font-weight: bold; transition: color 0.2s; font-size: 16px; font-weight: $font-semibold; @@ -40,6 +39,10 @@ } .video-miniature-account { + display: block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; font-size: 13px; color: #585858; }