summaryrefslogtreecommitdiff
path: root/SI/.obsidian/plugins/obsidian-dictionary-plugin/styles.css
blob: 9d4db0594d510e775e1e0f248c4e9f1ff1a13e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.setting-item.extra > .setting-item-info {
  opacity: 0.65;
}

a[href="https://ko-fi.com/phibr0"] > img
{
  height: 3em;
}

a[href="https://ko-fi.com/phibr0"]
{
  transform: translate(0, 5%);
}

.dictionaryprefixsuffix .setting-item-control input {
  margin-left: 0.5rem;
}

.dictionarytextarea .setting-item-control textarea {
  height: 15em;
  width: 100%;
  resize: vertical;
}

.dictionarycenter {
  text-align: center;
}

.dictionarybuttons {
  display: flex;
  place-content: center;
}

.dictionary-view-content {
  overflow-y: hidden !important;
}