mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 13:37:58 +01:00
move styles of logo to jss
This commit is contained in:
parent
f809c28d26
commit
07f8255a37
@ -92,6 +92,13 @@ const styles = {
|
|||||||
userSelect: 'none',
|
userSelect: 'none',
|
||||||
marginTop: '10px',
|
marginTop: '10px',
|
||||||
marginBottom: '10px'
|
marginBottom: '10px'
|
||||||
|
},
|
||||||
|
logo: {
|
||||||
|
position: 'absolute',
|
||||||
|
left: '20px',
|
||||||
|
top: '20px',
|
||||||
|
width: '150px',
|
||||||
|
height: '51px'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -402,7 +409,7 @@ class Interface extends React.Component {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ReactResizeDetector handleWidth handleHeight onResize={this.onResizeContainer} />
|
<ReactResizeDetector handleWidth handleHeight onResize={this.onResizeContainer} />
|
||||||
<img src={logo} style={{ position: 'absolute', left: '20px', top: '20px', width: '150px', height: '51px' }} />
|
<img src={logo} className={classes.logo} />
|
||||||
{d3Panel}
|
{d3Panel}
|
||||||
{settingsPanel}
|
{settingsPanel}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user