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

rest of small screens

parent eceef7ad
No related branches found
No related tags found
1 merge request!161Connect ui
......@@ -73,6 +73,7 @@ export default css`
img {
cursor: default;
width: 100%;
}
sup,
......
......@@ -88,6 +88,9 @@ const EditorContainer = styled.div`
min-height: 90%;
padding: 40px;
}
@media (max-width: 600px) {
width: 100%;
}
`;
const WaxSurfaceScroll = styled.div`
......@@ -185,6 +188,9 @@ const NotesContainer = styled.div`
height: 100%;
width: 65%;
position: relative;
@media (max-width: 600px) {
width: 100%;
}
`;
const CommentsContainer = styled.div`
......@@ -192,6 +198,9 @@ const CommentsContainer = styled.div`
flex-direction: column;
width: 35%;
height: 100%;
@media (max-width: 600px) {
width: auto;
}
`;
let surfaceHeight = 500;
......
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