Minor window controls changes

main
Jake Dexheimer 7 years ago committed by Michael Fix
parent 208242ae1e
commit 7b00c6e37a

@ -123,7 +123,7 @@ class Carbon extends React.Component {
#container :global(.CodeMirror__container .CodeMirror) {
height: auto;
min-width: 680px;
padding: 24px 18px;
padding: 18px 18px;
border-radius: 5px;
font-family: Hack, monospace !important;
font-size: 0.7rem;
@ -138,7 +138,7 @@ class Carbon extends React.Component {
}
#container :global(.window-controls + .CodeMirror__container > .CodeMirror) {
padding-top: 40px;
padding-top: 48px;
}
`}</style>
</div>

@ -6,9 +6,9 @@ export default ({ theme }) => (
{ theme === 'bw' ? <ControlsBW /> : <Controls /> }
<style jsx>{`
div {
margin-top: -19px;
margin-top: -24px;
position: relative;
top: +30px;
top: 34px;
margin-left: 18px;
z-index: 1;
}

Loading…
Cancel
Save