]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-watch/comment/video-comments.component.scss
Add ability to filter menu links
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / comment / video-comments.component.scss
CommitLineData
4635f59d
C
1@import '_variables';
2@import '_mixins';
3
1263fc4e
C
4#highlighted-comment {
5 margin-bottom: 25px;
6}
7
4635f59d
C
8.view-replies {
9 font-weight: $font-semibold;
10 font-size: 15px;
11 cursor: pointer;
12}
13
931d3430
C
14.glyphicon,
15.comment-thread-loading {
5b0413dd 16 margin-right: 5px;
4635f59d
C
17 display: inline-block;
18 font-size: 13px;
19}
20acba1c 20
8227643b
RK
21.title-block {
22 .title-page {
23 margin-right: 0;
24 }
e0433a5f 25
8227643b
RK
26 my-feed {
27 display: inline-block;
28 margin-left: 5px;
29 opacity: 0;
30 transition: ease-in .2s opacity;
205e4f56
C
31 width: 12px;
32 position: relative;
33 top: -3px;
8227643b 34 }
205e4f56 35
8227643b
RK
36 &:hover my-feed {
37 opacity: 1;
38 }
169310b2
R
39}
40
e0433a5f 41#dropdown-sort-comments {
c1125bca
RK
42 font-weight: 600;
43 text-transform: uppercase;
931d3430 44 border: 0;
bf64ed41 45 transform: translateY(-7%);
c1125bca
RK
46}
47
c9ffd532
C
48@media screen and (max-width: 600px) {
49 .view-replies {
50 margin-left: 46px;
51 }
93ea9c47
C
52}
53
54@media screen and (max-width: 450px) {
55 .view-replies {
56 font-size: 14px;
57 }
58}