aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.scss
blob: 43983589904bf8c36f30bd685523b0fd3626ca4a (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
62
63
64
65
66
@import 'mixins';

h1 {
  my-feed {
    margin-left: 5px;
    display: inline-block;

    ::ng-deep {
      my-global-icon {
        width: 15px !important;
        top: 0 !important;
      }
    }
  }
}

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
  }
}

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

    div, p {
      @include ellipsis;
    }

    p {
      margin: 0;
    }
  }
}