mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-23 11:22:11 +00:00
Fixed Plus/Minus Sign being missplaced
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
30d507c227
commit
496bafa0e4
@ -138,13 +138,13 @@ export default class Navbar extends React.Component<Props, State> {
|
|||||||
[css.fullWidth, this.props.fullWidth]
|
[css.fullWidth, this.props.fullWidth]
|
||||||
)}>
|
)}>
|
||||||
<Row nowrap justify="space-between" className={css.header} align="center">
|
<Row nowrap justify="space-between" className={css.header} align="center">
|
||||||
{this.props.logo && (
|
<Col>
|
||||||
<Col>
|
{this.props.logo && (
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<Image imageProps={{ ...this.props.logo, height: 34, width: this.props.logo.width * 34 / this.props.logo.height }} />
|
<Image imageProps={{ ...this.props.logo, height: 34, width: this.props.logo.width * 34 / this.props.logo.height }} />
|
||||||
</Link>
|
</Link>
|
||||||
</Col>
|
)}
|
||||||
)}
|
</Col>
|
||||||
<Col nogrow><Text tag="div">
|
<Col nogrow><Text tag="div">
|
||||||
<Plus size={24} onClick={this.onCloseOpenClick} />
|
<Plus size={24} onClick={this.onCloseOpenClick} />
|
||||||
</Text></Col>
|
</Text></Col>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user