]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video-miniature.component.scss
Search video channel handle/uri
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-miniature.component.scss
index f0888ad9f600427cd9127294630e431739e8e7ca..6883650f4e55f643765f0a260991a180c40e570a 100644 (file)
       font-size: 13px;
     }
 
-    .video-miniature-account {
+    .video-miniature-account,
+    .video-miniature-channel {
+      @include disable-default-a-behaviour;
+
+      display: block;
+      overflow: hidden;
+      text-overflow: ellipsis;
+      white-space: nowrap;
       font-size: 13px;
       color: #585858;
+
+      &:hover {
+        color: #303030;
+      }
     }
   }
 }