From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- .../+my-video-channels/my-video-channels.component.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss') diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss index 191c5169d..c236f322f 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss +++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss @@ -15,7 +15,7 @@ input[type=text] { } my-edit-button { - margin-right: 10px; + @include margin-right(10px); } .video-channel { @@ -25,8 +25,7 @@ my-edit-button { my-actor-avatar { @include actor-avatar-size(80px); - - margin-right: 10px; + @include margin-right(10px); } } @@ -49,9 +48,10 @@ my-edit-button { } .video-channel-name { + @include margin-left(5px); + font-size: 14px; color: $grey-actor-name; - margin-left: 5px; } .video-channel-buttons { @@ -77,7 +77,7 @@ my-edit-button { padding-bottom: 10px; img { - margin-right: 0; + @include margin-right(0); } .video-channel-buttons { @@ -97,7 +97,7 @@ my-edit-button { } .video-channel-name { - margin-left: 0 !important; + @include margin-left(0 !important); } } -- cgit v1.2.3