From 931d3430184143ebd88e5243def6eb1d7acfdbf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 16:41:07 +0200 Subject: Move to stylelint --- .../account-video-channels/account-video-channels.component.scss | 4 ++-- client/src/app/+accounts/accounts.component.scss | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'client/src/app/+accounts') 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 0c490ad53..f9d097644 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 @@ -65,13 +65,13 @@ } .description-html { + @include fade-text(30px, pvar(--channelBackgroundColor)); + grid-column: 2 / 4; grid-row: 2; max-height: 80px; font-size: 16px; - - @include fade-text(30px, pvar(--channelBackgroundColor)); } } diff --git a/client/src/app/+accounts/accounts.component.scss b/client/src/app/+accounts/accounts.component.scss index 56927dea6..2e99fe8a5 100644 --- a/client/src/app/+accounts/accounts.component.scss +++ b/client/src/app/+accounts/accounts.component.scss @@ -40,7 +40,7 @@ my-user-moderation-dropdown, } .copy-button { - border: none; + border: 0; } .account-info { @@ -104,9 +104,9 @@ my-user-moderation-dropdown, } .description:not(.expanded) { - max-height: 70px; - @include fade-text(30px, pvar(--submenuBackgroundColor)); + + max-height: 70px; } .show-more { -- cgit v1.2.3