diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-15 15:31:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-15 15:31:03 +0200 |
commit | 205e4f56f3da1f787f1bc2cdfcc39948a99a16b1 (patch) | |
tree | 5bb1b37b2ec1a55f61247b83e1a8593c06804e2a /client/src/app/+videos | |
parent | f6500729850549e632399155d0f3b69822e28b16 (diff) | |
download | PeerTube-205e4f56f3da1f787f1bc2cdfcc39948a99a16b1.tar.gz PeerTube-205e4f56f3da1f787f1bc2cdfcc39948a99a16b1.tar.zst PeerTube-205e4f56f3da1f787f1bc2cdfcc39948a99a16b1.zip |
Refactor feed component
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/comment/video-comments.component.scss | 4 | ||||
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.scss | 5 |
2 files changed, 4 insertions, 5 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 | } |
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; | |||
206 | } | 206 | } |
207 | } | 207 | } |
208 | 208 | ||
209 | my-feed { | ||
210 | margin-left: 5px; | ||
211 | margin-top: 1px; | ||
212 | } | ||
213 | |||
214 | .video-actions-rates { | 209 | .video-actions-rates { |
215 | margin: 0 0 10px 0; | 210 | margin: 0 0 10px 0; |
216 | align-items: start; | 211 | align-items: start; |