From 205e4f56f3da1f787f1bc2cdfcc39948a99a16b1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Apr 2021 15:31:03 +0200 Subject: Refactor feed component --- .../app/+videos/+video-watch/comment/video-comments.component.scss | 4 ++++ client/src/app/+videos/+video-watch/video-watch.component.scss | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'client/src/app/+videos/+video-watch') 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 df42fae73..e6778e1a9 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 @@ -27,7 +27,11 @@ margin-left: 5px; opacity: 0; transition: ease-in .2s opacity; + width: 12px; + position: relative; + top: -3px; } + &:hover my-feed { opacity: 1; } diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss index 8f70652ee..e8ad10a11 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss @@ -206,11 +206,6 @@ $video-info-margin-left: 44px; } } - my-feed { - margin-left: 5px; - margin-top: 1px; - } - .video-actions-rates { margin: 0 0 10px 0; align-items: start; -- cgit v1.2.3