diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-08 14:39:13 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-08 14:39:13 +0300 |
commit | 0e84386fe75578bbbf2ac7854467070fe8608cde (patch) | |
tree | abab8c8d84ac3e3cde454ce87d58323ba756f728 /src/Feed/Feed.tsx | |
parent | 1a6c64e09af7a67dc5c69ea1e0a799b2795bcbfe (diff) | |
download | which-ui-0e84386fe75578bbbf2ac7854467070fe8608cde.tar.gz |
feat: add profile design and functionality to hide and show profile
Diffstat (limited to 'src/Feed/Feed.tsx')
-rw-r--r-- | src/Feed/Feed.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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' } |