13 lines
281 B
CSS
13 lines
281 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;
|
||
|
}
|