]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-watch/comment/video-comments.component.scss
Add author indicator to the comment replies loader
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comments.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 #highlighted-comment {
5 margin-bottom: 25px;
6 }
7
8 .view-replies {
9 font-weight: $font-semibold;
10 font-size: 15px;
11 cursor: pointer;
12 margin-left: 46px;
13 margin-bottom: 10px;
14 }
15
16 .glyphicon, .comment-thread-loading {
17 margin-right: 5px;
18 display: inline-block;
19 font-size: 13px;
20 }
21
22 .title-block .title-page {
23 margin-right: 0;
24 }
25
26 #dropdownSortComments {
27 font-weight: 600;
28 text-transform: uppercase;
29 border: none;
30 transform: translateY(-7%);
31 }
32
33 my-feed {
34 display: inline-block;
35 margin-left: 5px;
36 }
37
38 @media screen and (max-width: 600px) {
39 .view-replies {
40 margin-left: 46px;
41 }
42 }
43
44 @media screen and (max-width: 450px) {
45 .view-replies {
46 font-size: 14px;
47 }
48 }