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/+accounts/account-video-channels | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/+accounts/account-video-channels')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss index 2dfb057e7..da3751b47 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss | |||
@@ -29,10 +29,10 @@ | |||
29 | 29 | ||
30 | my-actor-avatar { | 30 | my-actor-avatar { |
31 | @include actor-avatar-size(75px); | 31 | @include actor-avatar-size(75px); |
32 | @include margin-right(15px); | ||
32 | 33 | ||
33 | grid-column: 1; | 34 | grid-column: 1; |
34 | grid-row: 1 / 3; | 35 | grid-row: 1 / 3; |
35 | margin-right: 15px; | ||
36 | } | 36 | } |
37 | 37 | ||
38 | a { | 38 | a { |
@@ -51,13 +51,14 @@ | |||
51 | } | 51 | } |
52 | 52 | ||
53 | .actor-counters { | 53 | .actor-counters { |
54 | @include margin-left(15px); | ||
55 | |||
54 | grid-row: 1; | 56 | grid-row: 1; |
55 | grid-column: 3; | 57 | grid-column: 3; |
56 | color: pvar(--greyForegroundColor); | 58 | color: pvar(--greyForegroundColor); |
57 | font-size: 16px; | 59 | font-size: 16px; |
58 | display: flex; | 60 | display: flex; |
59 | align-items: center; | 61 | align-items: center; |
60 | margin-left: 15px; | ||
61 | } | 62 | } |
62 | 63 | ||
63 | .actor-counters > *:not(:last-child)::after { | 64 | .actor-counters > *:not(:last-child)::after { |
@@ -92,7 +93,7 @@ my-subscribe-button { | |||
92 | overflow: hidden; | 93 | overflow: hidden; |
93 | 94 | ||
94 | my-video-miniature { | 95 | my-video-miniature { |
95 | margin-right: 15px; | 96 | @include margin-right(15px); |
96 | min-width: $video-thumbnail-medium-width; | 97 | min-width: $video-thumbnail-medium-width; |
97 | max-width: $video-thumbnail-medium-width; | 98 | max-width: $video-thumbnail-medium-width; |
98 | } | 99 | } |