This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
|
/* 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;
|
|
}
|