From 0e84386fe75578bbbf2ac7854467070fe8608cde Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Mon, 8 Jun 2020 14:39:13 +0300 Subject: feat: add profile design and functionality to hide and show profile --- src/Feed/Feed.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Feed/Feed.tsx') diff --git a/src/Feed/Feed.tsx b/src/Feed/Feed.tsx index e5bc9aa..e303fa7 100644 --- a/src/Feed/Feed.tsx +++ b/src/Feed/Feed.tsx @@ -9,6 +9,7 @@ interface PropTypes { const usedStyles = makeStyles(theme => ({ feed: { + position:'relative', maxWidth: theme.spacing(75), margin: '0 auto' } -- cgit v1.2.3