]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
Remove suppressImplicitAnyIndexErrors
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / comment / video-comments.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
4635f59d 3
1263fc4e
C
4#highlighted-comment {
5 margin-bottom: 25px;
6}
7
4635f59d
C
8.view-replies {
9 font-weight: $font-semibold;
4635f59d 10 cursor: pointer;
420a6043
C
11 position: relative;
12
13 .chevron-down {
14 @include margin-left(0);
15 }
4635f59d
C
16}
17
8227643b
RK
18.title-block {
19 .title-page {
27bc9586 20 @include margin-right(0);
8227643b 21 }
e0433a5f 22
8227643b 23 my-feed {
27bc9586
C
24 @include margin-left(5px);
25
8227643b 26 display: inline-block;
8227643b 27 transition: ease-in .2s opacity;
205e4f56
C
28 width: 12px;
29 position: relative;
30 top: -3px;
8227643b 31 }
169310b2
R
32}
33
e0433a5f 34#dropdown-sort-comments {
5b0ec7cd 35 font-weight: $font-semibold;
c1125bca 36 text-transform: uppercase;
931d3430 37 border: 0;
c1125bca
RK
38}
39
93ea9c47
C
40@media screen and (max-width: 450px) {
41 .view-replies {
42 font-size: 14px;
43 }
44}