aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-video-channels
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-09 10:31:27 +0200
committerChocobozzz <me@florianbigard.com>2021-06-09 10:31:27 +0200
commit61cbafc1f80a33a895b54b15751a42e0d78af231 (patch)
tree4ecbd18133550053afe0d12441030f8a1c257511 /client/src/app/+accounts/account-video-channels
parent9105634f16e5dfc66df198f23dbfae77dff2d821 (diff)
downloadPeerTube-61cbafc1f80a33a895b54b15751a42e0d78af231.tar.gz
PeerTube-61cbafc1f80a33a895b54b15751a42e0d78af231.tar.zst
PeerTube-61cbafc1f80a33a895b54b15751a42e0d78af231.zip
Improve channel card custom markup
Diffstat (limited to 'client/src/app/+accounts/account-video-channels')
-rw-r--r--client/src/app/+accounts/account-video-channels/account-video-channels.component.scss12
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 }