aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-02-17 10:27:00 +0100
committerChocobozzz <me@florianbigard.com>2020-02-17 10:27:00 +0100
commit4c1c17093461b58d3ee3f23f239e340d8dac1149 (patch)
tree236b724f1415a812a4274fd63b519124cba2e42f /client/src/app/+video-channels/video-channels.component.scss
parent45f1bd72a08998c60a9dd68ff069cea9de39161c (diff)
downloadPeerTube-4c1c17093461b58d3ee3f23f239e340d8dac1149.tar.gz
PeerTube-4c1c17093461b58d3ee3f23f239e340d8dac1149.tar.zst
PeerTube-4c1c17093461b58d3ee3f23f239e340d8dac1149.zip
Refactor email enabled function
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.scss')
-rw-r--r--client/src/app/+video-channels/video-channels.component.scss8
1 files changed, 3 insertions, 5 deletions
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 @@
12 display: grid !important; 12 display: grid !important;
13 grid-template-columns: 1fr auto; 13 grid-template-columns: 1fr auto;
14 grid-template-rows: 1fr auto / 1fr auto; 14 grid-template-rows: 1fr auto / 1fr auto;
15 grid-template-areas: "name buttons" 15 grid-template-areas: "name buttons" "lower buttons";
16 "lower buttons";
17 16
18 @media screen and (max-width: #{map-get($grid-breakpoints, lg)}) { 17 @media screen and (max-width: #{map-get($grid-breakpoints, lg)}) {
19 grid-template-areas: "name name" 18 grid-template-areas: "name name" "lower buttons";
20 "lower buttons";
21 } 19 }
22 } 20 }
23 21
@@ -53,4 +51,4 @@
53 my-subscribe-button { 51 my-subscribe-button {
54 height: min-content; 52 height: min-content;
55 } 53 }
56} \ No newline at end of file 54}