mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 10:36:11 +00:00
Adjust Me responsiveness
This commit is contained in:
parent
9d5cfd46ca
commit
2ea668151f
1 changed files with 4 additions and 3 deletions
|
|
@ -68,7 +68,8 @@ const styles = (theme) =>
|
|||
'&.smallest' : {
|
||||
width : 30,
|
||||
height : 30,
|
||||
minHeight : 30
|
||||
minHeight : 30,
|
||||
margin : theme.spacing(0.5)
|
||||
}
|
||||
},
|
||||
smallContainer :
|
||||
|
|
@ -378,13 +379,13 @@ const Me = (props) =>
|
|||
|
||||
useEffect(() =>
|
||||
{
|
||||
if (height > 0 && height <= 250)
|
||||
if (height > 0 && height <= 200)
|
||||
{
|
||||
// setButtonsDirection('horizontal');
|
||||
setButtonSize('small');
|
||||
}
|
||||
|
||||
else if (height > 250 && height <= 320)
|
||||
else if (height > 200 && height <= 320)
|
||||
{
|
||||
// setButtonsDirection('vertical');
|
||||
setButtonSize('small');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue