From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- client/src/app/+admin/system/logs/logs.component.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'client/src/app/+admin/system/logs/logs.component.scss') diff --git a/client/src/app/+admin/system/logs/logs.component.scss b/client/src/app/+admin/system/logs/logs.component.scss index 1a7c3be75..e2e5a5932 100644 --- a/client/src/app/+admin/system/logs/logs.component.scss +++ b/client/src/app/+admin/system/logs/logs.component.scss @@ -19,8 +19,9 @@ } .log-level { + @include margin-right(5px); + font-weight: $font-semibold; - margin-right: 5px; } .log-by { @@ -54,7 +55,7 @@ my-button, .peertube-select-container, ng-select { - margin-left: 10px; + @include margin-left(10px); } } @@ -65,8 +66,9 @@ .peertube-select-container, ng-select, my-button { + @include margin-left(0 !important); + width: 100% !important; - margin-left: 0 !important; margin-bottom: 10px !important; } @@ -84,8 +86,9 @@ .peertube-select-container, ng-select, my-button { + @include margin-left(0 !important); + width: 100% !important; - margin-left: 0 !important; margin-bottom: 10px !important; } -- cgit v1.2.3