]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/overview/comments/video-comment-list.component.scss
Add refresh button to comments list
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / comments / video-comment-list.component.scss
CommitLineData
8cbc40b2 1@use '_mixins' as *;
d94b8ecf 2@use '_variables' as *;
0f8d00e3 3
205e4f56 4my-feed {
27bc9586 5 @include margin-left(5px);
d94b8ecf 6
205e4f56
C
7 display: inline-block;
8 width: 15px;
f1273314 9}
0f8d00e3 10
f1273314 11my-global-icon {
19149d45 12 width: 24px;
f1273314 13 height: 24px;
0f8d00e3
C
14}
15
f1273314
C
16.video {
17 display: flex;
18 flex-direction: column;
19
20 em {
21 font-size: 11px;
22 }
23
24 a {
93991770
C
25 @include ellipsis;
26
27 color: pvar(--mainForegroundColor);
f1273314
C
28 }
29}
30
31.comment-html {
32 ::ng-deep {
33 > div {
34 max-height: 22px;
35 }
36
931d3430
C
37 div,
38 p {
f1273314
C
39 @include ellipsis;
40 }
41
42 p {
43 margin: 0;
44 }
45 }
46}
d94b8ecf 47
fbd573e5
C
48.right-form {
49 display: flex;
50
51 > *:not(:last-child) {
52 @include margin-right(10px);
53 }
54}
55
d94b8ecf
C
56@media screen and (max-width: $primeng-breakpoint) {
57 .video {
58 align-items: flex-start !important;
59 }
60}