aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/comment
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-15 15:31:03 +0200
committerChocobozzz <me@florianbigard.com>2021-04-15 15:31:03 +0200
commit205e4f56f3da1f787f1bc2cdfcc39948a99a16b1 (patch)
tree5bb1b37b2ec1a55f61247b83e1a8593c06804e2a /client/src/app/+videos/+video-watch/comment
parentf6500729850549e632399155d0f3b69822e28b16 (diff)
downloadPeerTube-205e4f56f3da1f787f1bc2cdfcc39948a99a16b1.tar.gz
PeerTube-205e4f56f3da1f787f1bc2cdfcc39948a99a16b1.tar.zst
PeerTube-205e4f56f3da1f787f1bc2cdfcc39948a99a16b1.zip
Refactor feed component
Diffstat (limited to 'client/src/app/+videos/+video-watch/comment')
-rw-r--r--client/src/app/+videos/+video-watch/comment/video-comments.component.scss4
1 files changed, 4 insertions, 0 deletions
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 @@
27 margin-left: 5px; 27 margin-left: 5px;
28 opacity: 0; 28 opacity: 0;
29 transition: ease-in .2s opacity; 29 transition: ease-in .2s opacity;
30 width: 12px;
31 position: relative;
32 top: -3px;
30 } 33 }
34
31 &:hover my-feed { 35 &:hover my-feed {
32 opacity: 1; 36 opacity: 1;
33 } 37 }