mirror of
https://github.com/rabirabirara/obsidian-jelly-snippets.git
synced 2026-07-22 07:30:22 +00:00
9 lines
116 B
CSS
9 lines
116 B
CSS
|
|
|
||
|
|
.jelly_snippets textarea {
|
||
|
|
resize: both;
|
||
|
|
min-width: 15ch;
|
||
|
|
min-height: 20ch;
|
||
|
|
width: 50ch;
|
||
|
|
height: 35ch;
|
||
|
|
}
|