forked from mgmeyers/obsidian-california-coast-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
054-dictionary.css
38 lines (32 loc) · 1018 Bytes
/
054-dictionary.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
body .workspace-leaf-content[data-type="dictionary-view"] .searchbox > input {
margin: 0;
}
body .workspace-leaf-content[data-type="dictionary-view"] .searchbox > button {
margin: 0 0 0 5px;
padding: 0 10px;
flex-shrink: 0;
flex-grow: 0;
color: var(--text-muted);
background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
border-radius: var(--radius-m);
}
body .workspace-leaf-content[data-type="dictionary-view"] .searchbox > button > .gg-search {
margin: 0;
display: flex;
top: -1px;
left: -1px;
}
body .workspace-leaf-content[data-type="dictionary-view"] .results > .container {
background-color: transparent;
padding: 0;
}
body .workspace-leaf-content[data-type="dictionary-view"] h3 {
font-size: 14px;
font-weight: 500;
}
body .workspace-leaf-content[data-type="dictionary-view"] .container > .main {
background: var(--shade-3);
box-shadow: 0px 0.5px 1px 0.5px rgb(0 0 0 / 10%);
}