diff --git a/components/EditorContainer.js b/components/EditorContainer.js index 04571cf..cd8f696 100644 --- a/components/EditorContainer.js +++ b/components/EditorContainer.js @@ -4,7 +4,6 @@ import { useAsyncCallback } from 'actionsack' import Editor from './Editor' import Toasts from './Toasts' -import LoginButton from './LoginButton' import { useAPI } from './ApiContext' import { useAuth } from './AuthContext' @@ -102,18 +101,6 @@ function EditorContainer(props) { return ( <> -
- - -
+
+ +
{children}
@@ -30,6 +34,11 @@ class Page extends React.Component { .main { ${flex ? COLUMN : ''} } + .login-button-container { + position: absolute; + top: 1.4rem; + right: 1rem; + } @media (min-width: 1024px) { .main { ${COLUMN};