diff options
Diffstat (limited to 'client/src/app/+accounts')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.scss | 12 |
1 files changed, 2 insertions, 10 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 da3751b47..60914ec12 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 | |||
@@ -52,19 +52,10 @@ | |||
52 | 52 | ||
53 | .actor-counters { | 53 | .actor-counters { |
54 | @include margin-left(15px); | 54 | @include margin-left(15px); |
55 | @include actor-counters; | ||
55 | 56 | ||
56 | grid-row: 1; | 57 | grid-row: 1; |
57 | grid-column: 3; | 58 | grid-column: 3; |
58 | color: pvar(--greyForegroundColor); | ||
59 | font-size: 16px; | ||
60 | display: flex; | ||
61 | align-items: center; | ||
62 | } | ||
63 | |||
64 | .actor-counters > *:not(:last-child)::after { | ||
65 | content: '•'; | ||
66 | margin: 0 10px; | ||
67 | color: pvar(--mainColor); | ||
68 | } | 59 | } |
69 | 60 | ||
70 | .description-html { | 61 | .description-html { |
@@ -94,6 +85,7 @@ my-subscribe-button { | |||
94 | 85 | ||
95 | my-video-miniature { | 86 | my-video-miniature { |
96 | @include margin-right(15px); | 87 | @include margin-right(15px); |
88 | |||
97 | min-width: $video-thumbnail-medium-width; | 89 | min-width: $video-thumbnail-medium-width; |
98 | max-width: $video-thumbnail-medium-width; | 90 | max-width: $video-thumbnail-medium-width; |
99 | } | 91 | } |