]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-watch/comment/video-comments.component.scss
Show default avatar on network error for comments
[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 }
13
14 .glyphicon, .comment-thread-loading {
15 margin-right: 5px;
16 display: inline-block;
17 font-size: 13px;
18 }
19
20 .title-block .title-page {
21 margin-right: 0;
22 }
23
24 #dropdownSortComments {
25 font-weight: 600;
26 text-transform: uppercase;
27 border: none;
28 transform: translateY(-7%);
29 }
30
31 my-feed {
32 display: inline-block;
33 margin-left: 5px;
34 }
35
36 @media screen and (max-width: 600px) {
37 .view-replies {
38 margin-left: 46px;
39 }
40 }
41
42 @media screen and (max-width: 450px) {
43 .view-replies {
44 font-size: 14px;
45 }
46 }