From 362387a70a9900b19945dd457804ef0b62d8e9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 17 Dec 2020 23:44:01 +0100 Subject: [PATCH] Change stream button place --- components/teks/teks-drawer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/teks/teks-drawer.js b/components/teks/teks-drawer.js index f21c92b..db8fc7d 100644 --- a/components/teks/teks-drawer.js +++ b/components/teks/teks-drawer.js @@ -83,7 +83,7 @@ const useStyles = makeStyles(theme => ({ }, koute: { position: 'absolute', - right: '25px', + right: '1px', top: '8px', [theme.breakpoints.up('sm')]: { top: '10px' @@ -91,7 +91,7 @@ const useStyles = makeStyles(theme => ({ }, vwe: { position: 'absolute', - right: '90px', + right: '60px', top: '8px', [theme.breakpoints.up('sm')]: { top: '10px'