Oscar Plaisant 9662f353ee update
2024-03-28 23:43:36 +01: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%;
}