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/shared/shared-moderation | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/shared/shared-moderation')
-rw-r--r-- | client/src/app/shared/shared-moderation/moderation.scss | 7 | ||||
-rw-r--r-- | client/src/app/shared/shared-moderation/report-modals/report.component.scss | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/client/src/app/shared/shared-moderation/moderation.scss b/client/src/app/shared/shared-moderation/moderation.scss index b13d06f03..7c6dc9b72 100644 --- a/client/src/app/shared/shared-moderation/moderation.scss +++ b/client/src/app/shared/shared-moderation/moderation.scss | |||
@@ -9,7 +9,7 @@ | |||
9 | font-weight: $font-semibold; | 9 | font-weight: $font-semibold; |
10 | display: inline-block; | 10 | display: inline-block; |
11 | vertical-align: top; | 11 | vertical-align: top; |
12 | text-align: right; | 12 | text-align: end; |
13 | } | 13 | } |
14 | 14 | ||
15 | .moderation-expanded-text { | 15 | .moderation-expanded-text { |
@@ -79,10 +79,10 @@ my-action-dropdown.show { | |||
79 | $image-height: 45px; | 79 | $image-height: 45px; |
80 | 80 | ||
81 | @include miniature-thumbnail; | 81 | @include miniature-thumbnail; |
82 | @include margin-right(0.5rem); | ||
82 | 83 | ||
83 | height: $image-height; | 84 | height: $image-height; |
84 | width: #{(16/9) * $image-height}; | 85 | width: #{(16/9) * $image-height}; |
85 | margin-right: 0.5rem; | ||
86 | border-radius: 2px; | 86 | border-radius: 2px; |
87 | border: 0; | 87 | border: 0; |
88 | background: transparent; | 88 | background: transparent; |
@@ -121,9 +121,10 @@ my-action-dropdown.show { | |||
121 | line-height: 1rem; | 121 | line-height: 1rem; |
122 | 122 | ||
123 | div .glyphicon { | 123 | div .glyphicon { |
124 | @include margin-left(0.1rem); | ||
125 | |||
124 | font-size: 80%; | 126 | font-size: 80%; |
125 | color: #808080; | 127 | color: #808080; |
126 | margin-left: 0.1rem; | ||
127 | } | 128 | } |
128 | 129 | ||
129 | div + div { | 130 | div + div { |
diff --git a/client/src/app/shared/shared-moderation/report-modals/report.component.scss b/client/src/app/shared/shared-moderation/report-modals/report.component.scss index 0567330f5..5decd36c2 100644 --- a/client/src/app/shared/shared-moderation/report-modals/report.component.scss +++ b/client/src/app/shared/shared-moderation/report-modals/report.component.scss | |||
@@ -16,7 +16,7 @@ textarea { | |||
16 | align-items: center; | 16 | align-items: center; |
17 | 17 | ||
18 | my-timestamp-input { | 18 | my-timestamp-input { |
19 | margin-left: 10px; | 19 | @include margin-left(10px); |
20 | } | 20 | } |
21 | } | 21 | } |
22 | 22 | ||