diff --git a/components/Editor.js b/components/Editor.js index 06ac125..ea5acad 100644 --- a/components/Editor.js +++ b/components/Editor.js @@ -375,30 +375,32 @@ class Editor extends React.Component { list={LANGUAGES} onChange={this.updateLanguage} /> - - -
- - + + +
+ + +
@@ -443,6 +445,14 @@ class Editor extends React.Component { display: flex; margin-left: auto; } + .toolbar-second-row { + height: 40px; + display: flex; + flex: 1; + } + .toolbar-second-row > :global(div:not(:last-of-type)) { + margin-right: 0.5rem; + } `} diff --git a/components/ExportMenu.js b/components/ExportMenu.js index 101705e..c78fccc 100644 --- a/components/ExportMenu.js +++ b/components/ExportMenu.js @@ -173,6 +173,7 @@ function ExportMenu({ .export-menu-container { position: relative; color: ${COLORS.PURPLE}; + flex: 1; } .flex { diff --git a/components/Footer.js b/components/Footer.js index b8deaf6..4426c0e 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -5,7 +5,7 @@ import { COLORS } from '../lib/constants' const Footer = () => (