]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.scss
Declutter interface, hide RSSĀ until hovering section title
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
index 3c7a4b1fcb9492726a9863097966efc0a13bd94b..9bc05015f79330176a0f7ef2be522d19c2bf00e1 100644 (file)
       top: 1px;
       margin-left: 5px;
       width: max-content;
+      opacity: 0;
+      transition: ease-in .2s opacity;
+    }
+    &:hover my-feed {
+      opacity: 1;
     }
   }