update
This commit is contained in:
23
.obsidian/plugins/text-snippets-obsidian/styles.css
vendored
Normal file
23
.obsidian/plugins/text-snippets-obsidian/styles.css
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
.text-snippets-cursor > * > textarea, .text-snippets-tabstops > * > textarea, .text-snippets-newline > * > textarea, .text-snippets-delimiter > * > textarea{
|
||||
height: 30px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.text-snippets-class > * > textarea{
|
||||
width:40em;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.text-snippets-class > div > div {
|
||||
}
|
||||
|
||||
.text-snippets-class > * {
|
||||
height: 100%;
|
||||
width: 60em;
|
||||
}
|
||||
|
||||
.text-snippets-class {
|
||||
height: 70%;
|
||||
background-color:
|
||||
}
|
Reference in New Issue
Block a user