@ -375,6 +375,7 @@ class Editor extends React.Component {
list = { LANGUAGES }
list = { LANGUAGES }
onChange = { this . updateLanguage }
onChange = { this . updateLanguage }
/ >
/ >
< div className = "toolbar-second-row" >
< BackgroundSelect
< BackgroundSelect
onChange = { this . updateBackground }
onChange = { this . updateBackground }
updateHighlights = { this . updateHighlights }
updateHighlights = { this . updateHighlights }
@ -400,6 +401,7 @@ class Editor extends React.Component {
backgroundImage = { backgroundImage }
backgroundImage = { backgroundImage }
/ >
/ >
< / d i v >
< / d i v >
< / d i v >
< / T o o l b a r >
< / T o o l b a r >
< Dropzone accept = "image/*, text/*, application/*" onDrop = { this . onDrop } >
< Dropzone accept = "image/*, text/*, application/*" onDrop = { this . onDrop } >
@ -443,6 +445,14 @@ class Editor extends React.Component {
display : flex ;
display : flex ;
margin - left : auto ;
margin - left : auto ;
}
}
. toolbar - second - row {
height : 40 px ;
display : flex ;
flex : 1 ;
}
. toolbar - second - row > : global ( div : not ( : last - of - type ) ) {
margin - right : 0.5 rem ;
}
` }
` }
< / s t y l e >
< / s t y l e >
< / d i v >
< / d i v >