]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/moderation/moderation.component.scss
Rich reporter field and video embed in moderation abuse list
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / moderation / moderation.component.scss
CommitLineData
83b5fe9c
FA
1@import 'variables';
2@import 'mixins';
3
614d1ae9
C
4.form-sub-title {
5 flex-grow: 0;
6 margin-right: 30px;
7}
83b5fe9c
FA
8
9.moderation-expanded-label {
10 font-weight: $font-semibold;
83b5fe9c 11 display: inline-block;
1506307f 12 vertical-align: top;
d6af8146 13 text-align: right;
83b5fe9c
FA
14}
15
16.moderation-expanded-text {
17 display: inline-block;
d6af8146
RK
18 word-wrap: break-word;
19
20 ::ng-deep p:last-child {
21 margin-bottom: 0px !important;
22 }
83b5fe9c
FA
23}
24
d6af8146
RK
25.screenratio {
26 position: relative;
27 width: 100%;
28 height: 0;
29 padding-bottom: 56%;
30
31 ::ng-deep iframe {
32 position: absolute;
33 width: 100% !important;
34 height: 100% !important;
35 left: 0;
36 top: 0;
37 }
38}
39
40.chip {
41 @include chip;
83b5fe9c 42}