From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- .../app/+videos/+video-edit/shared/video-edit.component.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'client/src/app/+videos/+video-edit/shared') diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss index c1c7c686d..b7b4400c1 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss @@ -52,7 +52,7 @@ my-peertube-checkbox { } .captions-header { - text-align: right; + text-align: end; margin-bottom: 1rem; } @@ -77,10 +77,10 @@ my-peertube-checkbox { } .caption-entry-label { + @include margin-right(20px); + font-size: 15px; font-weight: bold; - - margin-right: 20px; width: 150px; } @@ -108,12 +108,12 @@ my-peertube-checkbox { } .submit-container { - text-align: right; + text-align: end; .message-submit { - display: inline-block; - margin-right: 25px; + @include margin-right(25px); + display: inline-block; color: pvar(--greyForegroundColor); font-size: 15px; } -- cgit v1.2.3