From: Rigel Kent Date: Wed, 11 Mar 2020 21:31:17 +0000 (+0100) Subject: Declutter interface, hide RSSĀ until hovering section title X-Git-Tag: v2.2.0-rc.1~373 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c9ad38f4cb11dded664b03b79942b61343815d06;p=oweals%2Fpeertube.git Declutter interface, hide RSSĀ until hovering section title --- diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss index 3c7a4b1fc..9bc05015f 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -15,6 +15,11 @@ top: 1px; margin-left: 5px; width: max-content; + opacity: 0; + transition: ease-in .2s opacity; + } + &:hover my-feed { + opacity: 1; } }