predefined report reasons & improved reporter UI (#2842)
[oweals/peertube.git] / client / src / app / shared / video / modals / video-report.component.scss
1 @import 'variables';
2 @import 'mixins';
3
4 .information {
5   margin-bottom: 20px;
6 }
7
8 textarea {
9   @include peertube-textarea(100%, 100px);
10 }
11
12 .start-at,
13 .stop-at {
14   width: 300px;
15   display: flex;
16   align-items: center;
17
18   my-timestamp-input {
19     margin-left: 10px;
20   }
21 }
22
23 .screenratio {
24   @include large-screen-ratio($selector: 'div, ::ng-deep iframe') {
25     left: 0;
26   };
27 }