aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-video-channels
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+accounts/account-video-channels')
-rw-r--r--client/src/app/+accounts/account-video-channels/account-video-channels.component.scss8
1 files changed, 2 insertions, 6 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 2e34ed71c..b5aacffc8 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
@@ -8,8 +8,8 @@
8} 8}
9 9
10.channel { 10.channel {
11 @include rfs(2rem, padding); 11 @include padding(1.75rem);
12 @include rfs(2rem 0, margin); 12 @include margin(2rem, 0);
13 13
14 max-width: $max-channels-width; 14 max-width: $max-channels-width;
15 background-color: pvar(--channelBackgroundColor); 15 background-color: pvar(--channelBackgroundColor);
@@ -110,10 +110,6 @@ my-subscribe-button {
110} 110}
111 111
112@include on-small-main-col { 112@include on-small-main-col {
113 .channel {
114 padding: 15px;
115 }
116
117 .channel-avatar-row { 113 .channel-avatar-row {
118 grid-template-columns: auto auto auto 1fr; 114 grid-template-columns: auto auto auto 1fr;
119 115