]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / comment / video-comments.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 #highlighted-comment {
5 margin-bottom: 25px;
6 }
7
8 .view-replies {
9 font-weight: $font-semibold;
10 cursor: pointer;
11 position: relative;
12
13 .chevron-down {
14 @include margin-left(0);
15 }
16 }
17
18 .title-block {
19 .title-page {
20 @include margin-right(0);
21 }
22
23 my-feed {
24 @include margin-left(5px);
25
26 display: inline-block;
27 transition: ease-in .2s opacity;
28 width: 12px;
29 position: relative;
30 top: -3px;
31 }
32 }
33
34 #dropdown-sort-comments {
35 font-weight: $font-semibold;
36 text-transform: uppercase;
37 border: 0;
38 }
39
40 @media screen and (max-width: 450px) {
41 .view-replies {
42 font-size: 14px;
43 }
44 }