oscar.plaisant@icloud.com 03ecc4a65b update
2023-10-23 23:30:51 +02:00

18 lines
343 B
CSS

/* hide the output prompts of jupyter cells*/
.obsidian-jupyter .prompt, .obsidian-jupyter .input {
display: none;
}
.wideSettingsElement textarea, .wideSettingsElement input {
min-width: 300px;
}
.setupScriptTextArea textarea {
font-family: monospace;
}
.notebookPreview {
border: none;
width: 100%;
}