]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-abuse-list/abuse-details.component.scss
Add abuse messages management in my account
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-abuse-list / abuse-details.component.scss
1 @import 'variables';
2 @import 'mixins';
3 @import 'miniature';
4
5 .screenratio {
6 div {
7 @include miniature-thumbnail;
8
9 display: inline-flex;
10 justify-content: center;
11 align-items: center;
12 color: pvar(--inputPlaceholderColor);
13 }
14
15 @include large-screen-ratio($selector: 'div, ::ng-deep iframe') {
16 width: 100% !important;
17 height: 100% !important;
18 left: 0;
19 };
20 }
21
22 .comment-html {
23 background-color: #ececec;
24 padding: 10px;
25 }
26
27 .abuse-details-date-updated {
28 font-size: 90%;
29 margin-top: .1rem;
30 }
31
32 .abuse-details-links {
33 @include disable-default-a-behaviour;
34 }