Add tooltip on caption upload to specify which formats are supported
[oweals/peertube.git] / client / src / app / videos / +video-edit / shared / video-caption-add-modal.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .peertube-select-container {
5   @include peertube-select-container(auto);
6 }
7
8 .caption-file {
9   margin-top: 20px;
10   width: max-content;
11
12   ::ng-deep .root {
13     width: max-content;
14   }
15 }
16
17 .warning-replace-caption {
18   color: red;
19   margin-top: 10px;
20 }