aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.scss
blob: 5d97d9bdb513e9fabb335b76e510aa9702f1bd78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
@import 'mixins';

my-feed {
  margin-left: 5px;
  display: inline-block;
  width: 15px;
}

my-global-icon {
  width: 24px;
  height: 24px;
}

.input-group {
  @include peertube-input-group(300px);

  .dropdown-toggle::after {
    margin-left: 0;
  }
}

.caption {
  justify-content: flex-end;

  input {
    @include peertube-input-text(250px);
    flex-grow: 1;
  }
}

.video {
  display: flex;
  flex-direction: column;

  em {
    font-size: 11px;
  }

  a {
    @include ellipsis;

    color: pvar(--mainForegroundColor);
  }
}

.comment-html {
  ::ng-deep {
    > div {
      max-height: 22px;
    }

    div,
    p {
      @include ellipsis;
    }

    p {
      margin: 0;
    }
  }
}