forked from anpigon/obsidian-book-search-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
40 lines (33 loc) · 694 Bytes
/
styles.css
File metadata and controls
40 lines (33 loc) · 694 Bytes
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
.book-search-plugin__settings .search-input-container {
width: 100%;
}
.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;
}