Fix regression on advanced mode, ref #309
This commit is contained in:
@@ -77,8 +77,9 @@ const styles = (theme) =>
|
||||
{
|
||||
position : 'relative',
|
||||
width : '100%',
|
||||
height : '100%',
|
||||
'& p' :
|
||||
height : '100%'
|
||||
},
|
||||
meTag :
|
||||
{
|
||||
position : 'absolute',
|
||||
float : 'left',
|
||||
@@ -99,7 +100,6 @@ const styles = (theme) =>
|
||||
{
|
||||
fontSize : '3em'
|
||||
}
|
||||
}
|
||||
},
|
||||
controls :
|
||||
{
|
||||
@@ -333,6 +333,7 @@ const Me = (props) =>
|
||||
}
|
||||
<p className={
|
||||
classnames(
|
||||
classes.meTag,
|
||||
hover ? 'hover' : null,
|
||||
smallContainer ? 'smallContainer' : null
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user