]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
Increase global font size
[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
C
10 cursor: pointer;
11}
12
8227643b
RK
13.title-block {
14 .title-page {
27bc9586 15 @include margin-right(0);
8227643b 16 }
e0433a5f 17
8227643b 18 my-feed {
27bc9586
C
19 @include margin-left(5px);
20
8227643b 21 display: inline-block;
8227643b
RK
22 opacity: 0;
23 transition: ease-in .2s opacity;
205e4f56
C
24 width: 12px;
25 position: relative;
26 top: -3px;
8227643b 27 }
205e4f56 28
8227643b
RK
29 &:hover my-feed {
30 opacity: 1;
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
c9ffd532
C
40@media screen and (max-width: 600px) {
41 .view-replies {
27bc9586 42 @include margin-left(46px);
c9ffd532 43 }
93ea9c47
C
44}
45
46@media screen and (max-width: 450px) {
47 .view-replies {
48 font-size: 14px;
49 }
50}