generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
executable file
·78 lines (63 loc) · 1.41 KB
/
styles.css
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.bibtex-manager-search {
width: calc(100% - 20px);
}
.bibtex-manager-template {
width: 100%;
}
.bibtex-manager-template-container {
border: 0;
}
.bibtex-manager-template-container .setting-item-info {
display: none;
}
.bibtex-manager-template {
width: 100%;
min-height: 200px;
}
.bibtex-manager-template-desc {
display: block;
color: var(--text-muted);
font-size: var(--font-ui-smaller);
margin-bottom: var(--size-4-4);
line-height: var(--line-height-tight);
}
.bibtex-manager-template-desc a {
margin-block-start: 0;
}
.bibtex-manager-quick-add .setting-item-info {
display: none;
}
.bibtex-manager-quick-add .search-input-container {
width: 100%;
}
.bibtex-manager-quick-add--not-found {
border-color: var(--background-modifier-error) !important;
}
.bibtex-manager-quick-add--not-found:focus {
box-shadow: 0 0 0 2px var(--background-modifier-error) !important;
}
.is-mobile .bibtex-manager-quick-add .setting-item-control button {
max-width: 80px !important;
}
.bibtex-manager-separator {
display: flex;
align-items: center;
margin: 20px 0;
text-align: center;
}
.bibtex-manager-separator::before,
.bibtex-manager-separator::after {
content: "";
flex: 1;
border-top: 1px solid var(--background-modifier-border);
margin: 0 10px;
}
.bibtex-manager-no-settings{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
padding: 20px;
border: 0 !important;
}