From 4c1c17093461b58d3ee3f23f239e340d8dac1149 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 17 Feb 2020 10:27:00 +0100 Subject: Refactor email enabled function --- client/src/app/+video-channels/video-channels.component.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'client/src/app/+video-channels/video-channels.component.scss') diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index aa26a7e7b..6470629f8 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss @@ -12,12 +12,10 @@ display: grid !important; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto / 1fr auto; - grid-template-areas: "name buttons" - "lower buttons"; + grid-template-areas: "name buttons" "lower buttons"; @media screen and (max-width: #{map-get($grid-breakpoints, lg)}) { - grid-template-areas: "name name" - "lower buttons"; + grid-template-areas: "name name" "lower buttons"; } } @@ -53,4 +51,4 @@ my-subscribe-button { height: min-content; } -} \ No newline at end of file +} -- cgit v1.2.3