mirror of
https://github.com/ryanpcmcquen/obsidian-javascript-init.git
synced 2026-07-22 06:00:30 +00:00
15 lines
238 B
CSS
15 lines
238 B
CSS
|
|
.javascript-init-settings-panel {
|
||
|
|
display: grid;
|
||
|
|
grid-template-rows: 2fr;
|
||
|
|
}
|
||
|
|
|
||
|
|
.javascript-init-settings-panel-textarea {
|
||
|
|
font-family: monospace;
|
||
|
|
font-size: 80%;
|
||
|
|
|
||
|
|
margin-top: 1rem;
|
||
|
|
|
||
|
|
height: 20rem;
|
||
|
|
width: 100%;
|
||
|
|
}
|