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