Merge branch 'simulation-fix' into 'dev'

fixed header small beauty fixes

See merge request sa4-2020/the-sanmarinoes/frontend!159
This commit is contained in:
Claudio Maggioni 2020-05-27 23:02:32 +02:00
commit 4853529d6b
1 changed files with 9 additions and 7 deletions

View File

@ -70,7 +70,7 @@ class MyHeader extends React.Component {
closeSimulationPanel={this.closeSimulationPanel}
/>
<Responsive minWidth={768}>
<Grid columns="equal" divided inverted padded>
<Grid verticalAlign="middle" columns="equal" divided inverted padded>
<Grid.Row color="black" textAlign="center">
<Grid.Column width={4} height={0.5}>
<Grid.Row>
@ -80,9 +80,9 @@ class MyHeader extends React.Component {
</Grid.Row>
<Divider />
<Grid.Row>
<div onClick={this.openSimulationPanel}>
<Button> Similuation Panel </Button>
</div>
<Button basic inverted onClick={this.openSimulationPanel}>
Simulation Panel
</Button>
</Grid.Row>
</Grid.Column>
<Grid.Column>
@ -101,6 +101,8 @@ class MyHeader extends React.Component {
</Button>
<Divider />
<Segment
color="grey"
inverted
compact
style={{
margin: 'auto',
@ -132,9 +134,9 @@ class MyHeader extends React.Component {
</Grid.Row>
<Divider />
<Grid.Row>
<div onClick={this.openSimulationPanel}>
<Button> Similuation Panel </Button>
</div>
<Button onClick={this.openSimulationPanel}>
Simulation Panel
</Button>
</Grid.Row>
</Grid.Column>
<Divider />