]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/comment/video-comments.component.scss
Add get user cache for comments
[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
14.glyphicon, .comment-thread-loading {
5b0413dd 15 margin-right: 5px;
4635f59d
C
16 display: inline-block;
17 font-size: 13px;
18}
20acba1c 19
169310b2
R
20.title-block .title-page {
21 margin-right: 0;
22}
23
c1125bca
RK
24#dropdownSortComments {
25 font-weight: 600;
26 text-transform: uppercase;
27 border: none;
bf64ed41 28 transform: translateY(-7%);
c1125bca
RK
29}
30
c199c427 31my-feed {
169310b2 32 display: inline-block;
53877968 33 margin-left: 5px;
169310b2
R
34}
35
c9ffd532
C
36@media screen and (max-width: 600px) {
37 .view-replies {
38 margin-left: 46px;
39 }
93ea9c47
C
40}
41
42@media screen and (max-width: 450px) {
43 .view-replies {
44 font-size: 14px;
45 }
46}