From 8227643bce85747953eb43ddc553f14d29bc475f Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 12 Mar 2020 00:45:45 +0100 Subject: hide RSS for comments, normalize video-channel edit with account edit --- .../comment/video-comments.component.scss | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'client/src/app/videos') diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.scss b/client/src/app/videos/+video-watch/comment/video-comments.component.scss index f95ff5aba..5ed1ac629 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.scss @@ -17,8 +17,20 @@ font-size: 13px; } -.title-block .title-page { - margin-right: 0; +.title-block { + .title-page { + margin-right: 0; + } + + my-feed { + display: inline-block; + margin-left: 5px; + opacity: 0; + transition: ease-in .2s opacity; + } + &:hover my-feed { + opacity: 1; + } } #dropdownSortComments { @@ -28,11 +40,6 @@ transform: translateY(-7%); } -my-feed { - display: inline-block; - margin-left: 5px; -} - @media screen and (max-width: 600px) { .view-replies { margin-left: 46px; -- cgit v1.2.3