generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 52
/
styles.css
47 lines (40 loc) · 868 Bytes
/
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
.book-search-plugin__settings .search-input-container {
width: 100%;
}
.book-search-plugin__settings--new_file_name {
padding-bottom: 0;
margin-bottom: 0;
}
.book-search-plugin__settings--new_file_name_hint {
margin-bottom: 20px;
}
.book-search-plugin__settings--service_provider .dropdown {
text-transform: capitalize;
}
.book-search-plugin__hide {
display: none;
}
.book-search-plugin__show {
display: flex;
}
.book-search-plugin__search-modal--input {
padding-bottom: 18px;
}
.book-search-plugin__search-modal--input input {
width: 100%;
}
.book-suggestion-item {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.book-cover-image {
max-width: 100px;
max-height: 100px;
margin-right: 10px;
object-fit: cover;
border-radius: 3px;
}
.book-text-info {
flex-grow: 1;
}