mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 15:38:53 -05:00
fix
This commit is contained in:
parent
7fa605ff6b
commit
9ccd0fa44e
@ -1 +1 @@
|
|||||||
VERSION = "7.991.0"
|
VERSION = "7.9913.0"
|
||||||
|
|||||||
@ -145,9 +145,8 @@ class ProfileSearchBar extends React.PureComponent {
|
|||||||
|
|
||||||
if (!this.state.visibleForm) {
|
if (!this.state.visibleForm) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<span style={{ display: 'flex', alignItems: 'center', cursor: 'pointer', position: 'relative' }} onClick={this.showForm}>
|
||||||
<span style={{ position: 'relative' }}>
|
<CircleIconButton buttonShadow={false}>
|
||||||
<CircleIconButton buttonShadow={false} onClick={this.showForm}>
|
|
||||||
<i className="material-icons">search</i>
|
<i className="material-icons">search</i>
|
||||||
</CircleIconButton>
|
</CircleIconButton>
|
||||||
{hasSearchText ? (
|
{hasSearchText ? (
|
||||||
@ -163,13 +162,12 @@ class ProfileSearchBar extends React.PureComponent {
|
|||||||
}}></span>
|
}}></span>
|
||||||
) : null}
|
) : null}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<form method="get" action={LinksContext._currentValue.profile.media} onSubmit={this.onFormSubmit}>
|
<form method="get" action={LinksContext._currentValue.profile.media} onSubmit={this.onFormSubmit}>
|
||||||
<span style={{ position: 'relative' }}>
|
<span style={{ display: 'flex', alignItems: 'center', position: 'relative' }}>
|
||||||
<CircleIconButton buttonShadow={false}>
|
<CircleIconButton buttonShadow={false}>
|
||||||
<i className="material-icons">search</i>
|
<i className="material-icons">search</i>
|
||||||
</CircleIconButton>
|
</CircleIconButton>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user