Skip to content
Snippets Groups Projects
Commit 3c9fea76 authored by chris's avatar chris
Browse files

remove dist

parent 21347b9a
No related branches found
No related tags found
1 merge request!171Buttons
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "0.0.19", "version": "0.0.19",
"description": "Wax prosemirror UI components", "description": "Wax prosemirror UI components",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "index.js",
"files": [ "files": [
"dist" "dist"
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "0.0.19", "version": "0.0.19",
"description": "Wax prosemirror core", "description": "Wax prosemirror core",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "index.js",
"files": [ "files": [
"dist" "dist"
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "0.0.19", "version": "0.0.19",
"description": "Wax prosemirror layouts", "description": "Wax prosemirror layouts",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "index.js",
"files": [ "files": [
"dist" "dist"
], ],
......
...@@ -79,14 +79,6 @@ const TopMenu = styled.div` ...@@ -79,14 +79,6 @@ const TopMenu = styled.div`
user-select: none; user-select: none;
border-bottom: 2px solid #ecedf1; border-bottom: 2px solid #ecedf1;
@media (max-width: 600px) {
position: absolute;
/* width: 100%; */
font-size: 10px;
min-height: 72px;
line-height: 0px;
}
> div:not(:last-child) { > div:not(:last-child) {
border-right: 1px solid #ecedf1; border-right: 1px solid #ecedf1;
} }
...@@ -96,10 +88,6 @@ const SideMenu = styled.div` ...@@ -96,10 +88,6 @@ const SideMenu = styled.div`
border-right: 1px solid #ecedf1; border-right: 1px solid #ecedf1;
min-width: 250px; min-width: 250px;
height: 100%; height: 100%;
@media (max-width: 600px) {
display: none;
}
`; `;
const EditorArea = styled.div` const EditorArea = styled.div`
...@@ -125,10 +113,6 @@ const EditorContainer = styled.div` ...@@ -125,10 +113,6 @@ const EditorContainer = styled.div`
min-height: 90%; min-height: 90%;
padding: 40px; padding: 40px;
} }
@media (max-width: 600px) {
width: 100%;
}
`; `;
const CommentsContainer = styled.div` const CommentsContainer = styled.div`
...@@ -136,10 +120,6 @@ const CommentsContainer = styled.div` ...@@ -136,10 +120,6 @@ const CommentsContainer = styled.div`
flex-direction: column; flex-direction: column;
width: 35%; width: 35%;
height: 100%; height: 100%;
@media (max-width: 600px) {
width: auto;
}
`; `;
const NotesAreaContainer = styled.div` const NotesAreaContainer = styled.div`
...@@ -159,10 +139,6 @@ const NotesContainer = styled.div` ...@@ -159,10 +139,6 @@ const NotesContainer = styled.div`
height: 100%; height: 100%;
width: 65%; width: 65%;
position: relative; position: relative;
@media (max-width: 600px) {
width: 100%;
}
`; `;
let surfaceHeight = 700; let surfaceHeight = 700;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "0.0.19", "version": "0.0.19",
"description": "Wax prosemirror plugins", "description": "Wax prosemirror plugins",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "index.js",
"files": [ "files": [
"dist" "dist"
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "0.0.19", "version": "0.0.19",
"description": "Wax prosemirror schema", "description": "Wax prosemirror schema",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "index.js",
"files": [ "files": [
"dist" "dist"
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "0.0.19", "version": "0.0.19",
"description": "Wax prosemirror services", "description": "Wax prosemirror services",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "index.js",
"files": [ "files": [
"dist" "dist"
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "0.0.19", "version": "0.0.19",
"description": "Wax prosemirror themes", "description": "Wax prosemirror themes",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "index.js",
"files": [ "files": [
"dist" "dist"
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "0.0.19", "version": "0.0.19",
"description": "Wax prosemirror utilities", "description": "Wax prosemirror utilities",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "index.js",
"files": [ "files": [
"dist" "dist"
], ],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment