|
@@ -13,10 +13,6 @@ export const StyledPageWrapper = styled.div`
|
|
export const StyledEditorWrapper = styled.div`
|
|
export const StyledEditorWrapper = styled.div`
|
|
width: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
-
|
|
|
|
- @media only screen and (max-width: 568px) {
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
`;
|
|
`;
|
|
|
|
|
|
const EditorPage: React.FC = () => {
|
|
const EditorPage: React.FC = () => {
|