diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-07 17:38:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-07 18:14:05 +0200 |
commit | 27bc95867442c772841fb183a625bbda61dede51 (patch) | |
tree | 6fe20951f1109c1f5388d9a681f0df0758d463e0 /client/src/app/+admin/system/logs | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/+admin/system/logs')
-rw-r--r-- | client/src/app/+admin/system/logs/logs.component.scss | 11 |
1 files changed, 7 insertions, 4 deletions
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 @@ | |||
19 | } | 19 | } |
20 | 20 | ||
21 | .log-level { | 21 | .log-level { |
22 | @include margin-right(5px); | ||
23 | |||
22 | font-weight: $font-semibold; | 24 | font-weight: $font-semibold; |
23 | margin-right: 5px; | ||
24 | } | 25 | } |
25 | 26 | ||
26 | .log-by { | 27 | .log-by { |
@@ -54,7 +55,7 @@ | |||
54 | my-button, | 55 | my-button, |
55 | .peertube-select-container, | 56 | .peertube-select-container, |
56 | ng-select { | 57 | ng-select { |
57 | margin-left: 10px; | 58 | @include margin-left(10px); |
58 | } | 59 | } |
59 | } | 60 | } |
60 | 61 | ||
@@ -65,8 +66,9 @@ | |||
65 | .peertube-select-container, | 66 | .peertube-select-container, |
66 | ng-select, | 67 | ng-select, |
67 | my-button { | 68 | my-button { |
69 | @include margin-left(0 !important); | ||
70 | |||
68 | width: 100% !important; | 71 | width: 100% !important; |
69 | margin-left: 0 !important; | ||
70 | margin-bottom: 10px !important; | 72 | margin-bottom: 10px !important; |
71 | } | 73 | } |
72 | 74 | ||
@@ -84,8 +86,9 @@ | |||
84 | .peertube-select-container, | 86 | .peertube-select-container, |
85 | ng-select, | 87 | ng-select, |
86 | my-button { | 88 | my-button { |
89 | @include margin-left(0 !important); | ||
90 | |||
87 | width: 100% !important; | 91 | width: 100% !important; |
88 | margin-left: 0 !important; | ||
89 | margin-bottom: 10px !important; | 92 | margin-bottom: 10px !important; |
90 | } | 93 | } |
91 | 94 | ||