Merge pull request #178 from jtpio/mobile-css

Reuse mobile view CSS from upstream JupyterLab
This commit is contained in:
Jeremy Tuloup 2021-07-14 10:51:10 +02:00 committed by GitHub
commit b2ca240c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,22 +89,3 @@
body[data-format='mobile'] .jp-RetroCheckpoint {
display: none;
}
body[data-format='mobile'] .jp-InputArea,
body[data-format='mobile'] .jp-OutputArea-child {
flex-direction: column;
}
body[data-format='mobile'] .jp-InputPrompt,
body[data-format='mobile'] .jp-OutputPrompt {
flex: 0 0 auto;
text-align: left;
}
body[data-format='mobile'] .jp-InputArea-editor {
margin-left: var(--jp-notebook-padding);
}
body[data-format='mobile'] .jp-OutputArea-child .jp-OutputArea-output {
margin-left: var(--jp-notebook-padding);
}