From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- .../account-video-channels/account-video-channels.component.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'client/src/app/+accounts/account-video-channels/account-video-channels.component.scss') 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 @@ my-actor-avatar { @include actor-avatar-size(75px); + @include margin-right(15px); grid-column: 1; grid-row: 1 / 3; - margin-right: 15px; } a { @@ -51,13 +51,14 @@ } .actor-counters { + @include margin-left(15px); + grid-row: 1; grid-column: 3; color: pvar(--greyForegroundColor); font-size: 16px; display: flex; align-items: center; - margin-left: 15px; } .actor-counters > *:not(:last-child)::after { @@ -92,7 +93,7 @@ my-subscribe-button { overflow: hidden; my-video-miniature { - margin-right: 15px; + @include margin-right(15px); min-width: $video-thumbnail-medium-width; max-width: $video-thumbnail-medium-width; } -- cgit v1.2.3