From c9ad38f4cb11dded664b03b79942b61343815d06 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 11 Mar 2020 22:31:17 +0100 Subject: =?UTF-8?q?Declutter=20interface,=20hide=20RSS=C2=A0until=20hoveri?= =?UTF-8?q?ng=20section=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/app/shared/video/abstract-video-list.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client') 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; } } -- cgit v1.2.3