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