summaryrefslogtreecommitdiff
path: root/SI/.obsidian/plugins/quick-latex/styles.css
blob: 7e8ecc7609d8d270627bc6fac38ad6f9dc188f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.text-snippets-class > * > textarea{
    width:40em;
    height: 100%;
  }

.text-snippets-class > * {
  height: 100%;
  width: 60em;
}

.text-snippets-class {
  height: 70%;
}