]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-moderation/moderation.scss
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / moderation.scss
CommitLineData
8cbc40b2 1@use 'sass:math';
8cbc40b2 2@use '_variables' as *;
035db86d 3@use '_mixins' as *;
8cbc40b2 4@use '_miniature' as *;
94148c90
C
5
6.moderation-expanded {
7 font-size: 90%;
d94b8ecf
C
8 display: flex;
9 flex-wrap: wrap;
10 justify-content: space-between;
94148c90
C
11
12 .moderation-expanded-label {
d94b8ecf
C
13 @include margin-right(5px);
14
94148c90
C
15 font-weight: $font-semibold;
16 display: inline-block;
17 vertical-align: top;
27bc9586 18 text-align: end;
d94b8ecf 19 min-width: 100px;
94148c90
C
20 }
21
22 .moderation-expanded-text {
23 display: inline-flex;
24 word-wrap: break-word;
25
26 ::ng-deep p:last-child {
931d3430 27 margin-bottom: 0 !important;
94148c90
C
28 }
29 }
d94b8ecf
C
30
31 .right {
32 width: 50%;
33 max-width: 500px;
34 }
35
36 @media screen and (max-width: $primeng-breakpoint) {
37 .right {
38 width: 100%;
39 }
40 }
94148c90
C
41}
42
94148c90
C
43my-action-dropdown.show {
44 ::ng-deep .dropdown-root {
45 display: block !important;
46 }
47}
4504f09f 48
4504f09f
RK
49.table-comment-link,
50.table-account-link {
51 @include disable-outline;
52
53 color: var(--mainForegroundColor);
54
55 ::ng-deep p:last-child {
56 margin: 0;
57 }
58}
59
60.table-account-link {
61 display: flex;
62 flex-direction: column;
63}
64
d94b8ecf
C
65my-abuse-details {
66 width: 100%;
67}
68
69@media screen and (max-width: $primeng-breakpoint) {
70 .abuse-messages {
71 justify-content: flex-start !important;
72 }
73}