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-main/users | |
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-main/users')
-rw-r--r-- | client/src/app/shared/shared-main/users/user-notifications.component.scss | 14 | ||||
-rw-r--r-- | client/src/app/shared/shared-main/users/user-quota.component.scss | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/client/src/app/shared/shared-main/users/user-notifications.component.scss b/client/src/app/shared/shared-main/users/user-notifications.component.scss index b69d4b5d6..58dc88c38 100644 --- a/client/src/app/shared/shared-main/users/user-notifications.component.scss +++ b/client/src/app/shared/shared-main/users/user-notifications.component.scss | |||
@@ -22,19 +22,20 @@ | |||
22 | 22 | ||
23 | my-global-icon { | 23 | my-global-icon { |
24 | @include apply-svg-color(#333); | 24 | @include apply-svg-color(#333); |
25 | @include margin-right(11px); | ||
26 | @include margin-left(3px); | ||
25 | 27 | ||
26 | width: 24px; | 28 | width: 24px; |
27 | margin-right: 11px; | ||
28 | margin-left: 3px; | ||
29 | } | 29 | } |
30 | 30 | ||
31 | .avatar { | 31 | .avatar { |
32 | @include margin-right(10px); | ||
33 | |||
32 | width: 30px; | 34 | width: 30px; |
33 | height: 30px; | 35 | height: 30px; |
34 | min-width: 30px; | 36 | min-width: 30px; |
35 | min-height: 30px; | 37 | min-height: 30px; |
36 | border-radius: 5px; | 38 | border-radius: 5px; |
37 | margin-right: 10px; | ||
38 | } | 39 | } |
39 | 40 | ||
40 | .message { | 41 | .message { |
@@ -46,11 +47,12 @@ | |||
46 | } | 47 | } |
47 | 48 | ||
48 | .from-date { | 49 | .from-date { |
50 | @include padding-left(5px); | ||
51 | @include margin-left(auto); | ||
52 | |||
49 | font-size: 0.85em; | 53 | font-size: 0.85em; |
50 | color: pvar(--greyForegroundColor); | 54 | color: pvar(--greyForegroundColor); |
51 | padding-left: 5px; | ||
52 | min-width: 70px; | 55 | min-width: 70px; |
53 | text-align: right; | 56 | text-align: end; |
54 | margin-left: auto; | ||
55 | } | 57 | } |
56 | } | 58 | } |
diff --git a/client/src/app/shared/shared-main/users/user-quota.component.scss b/client/src/app/shared/shared-main/users/user-quota.component.scss index c06cafe29..3ca611b9f 100644 --- a/client/src/app/shared/shared-main/users/user-quota.component.scss +++ b/client/src/app/shared/shared-main/users/user-quota.component.scss | |||
@@ -8,7 +8,7 @@ label { | |||
8 | 8 | ||
9 | .user-quota { | 9 | .user-quota { |
10 | label { | 10 | label { |
11 | margin-right: 5px; | 11 | @include margin-right(5px); |
12 | } | 12 | } |
13 | 13 | ||
14 | &, | 14 | &, |