summaryrefslogtreecommitdiff
path: root/SI/.obsidian/plugins/text-snippets-obsidian/styles.css
blob: f94216193865f99ba16b90f51441d33257ca7ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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: 
}