From: Rigel Kent Date: Sat, 18 Apr 2020 07:55:38 +0000 (+0200) Subject: Add tooltip on caption upload to specify which formats are supported X-Git-Tag: v2.2.0-rc.1~142 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=36d0677ec95605eca0543712686c591fb8e6f3c1;p=oweals%2Fpeertube.git Add tooltip on caption upload to specify which formats are supported --- diff --git a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.html b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.html index ada32e3fd..6a9e31b5a 100644 --- a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.html +++ b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.html @@ -23,6 +23,7 @@ diff --git a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.scss b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.scss index c6da1877e..b257a16a9 100644 --- a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.scss @@ -7,6 +7,11 @@ .caption-file { margin-top: 20px; + width: max-content; + + ::ng-deep .root { + width: max-content; + } } .warning-replace-caption {