diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-12 00:45:45 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-12 00:46:48 +0100 |
commit | 8227643bce85747953eb43ddc553f14d29bc475f (patch) | |
tree | a6eed88b9e0c84a5f820ca2095fc58c22cc38fe2 /client/src/app/videos | |
parent | c9ad38f4cb11dded664b03b79942b61343815d06 (diff) | |
download | PeerTube-8227643bce85747953eb43ddc553f14d29bc475f.tar.gz PeerTube-8227643bce85747953eb43ddc553f14d29bc475f.tar.zst PeerTube-8227643bce85747953eb43ddc553f14d29bc475f.zip |
hide RSS for comments, normalize video-channel edit with account edit
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comments.component.scss | 21 |
1 files changed, 14 insertions, 7 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 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 @@ | |||
17 | font-size: 13px; | 17 | font-size: 13px; |
18 | } | 18 | } |
19 | 19 | ||
20 | .title-block .title-page { | 20 | .title-block { |
21 | margin-right: 0; | 21 | .title-page { |
22 | margin-right: 0; | ||
23 | } | ||
24 | |||
25 | my-feed { | ||
26 | display: inline-block; | ||
27 | margin-left: 5px; | ||
28 | opacity: 0; | ||
29 | transition: ease-in .2s opacity; | ||
30 | } | ||
31 | &:hover my-feed { | ||
32 | opacity: 1; | ||
33 | } | ||
22 | } | 34 | } |
23 | 35 | ||
24 | #dropdownSortComments { | 36 | #dropdownSortComments { |
@@ -28,11 +40,6 @@ | |||
28 | transform: translateY(-7%); | 40 | transform: translateY(-7%); |
29 | } | 41 | } |
30 | 42 | ||
31 | my-feed { | ||
32 | display: inline-block; | ||
33 | margin-left: 5px; | ||
34 | } | ||
35 | |||
36 | @media screen and (max-width: 600px) { | 43 | @media screen and (max-width: 600px) { |
37 | .view-replies { | 44 | .view-replies { |
38 | margin-left: 46px; | 45 | margin-left: 46px; |