Notepad/enter/Coding Tips (Classical)/.obsidian/plugins/obsidian-jupyter/styles.css

13 lines
281 B
CSS
Raw Normal View History

2023-07-05 18:29:11 +00:00
/* 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;
}