generated from tpl/obsidian-sample-plugin
35 lines
689 B
CSS
35 lines
689 B
CSS
.obt-goodreads-search__input {
|
|
padding-bottom: 18px;
|
|
}
|
|
.obt-goodreads-search__input input {
|
|
width: 100%;
|
|
}
|
|
|
|
.obt-goodreads-search-suggest__item {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
.obt-goodreads-search-suggest__cover {
|
|
max-width: 100px;
|
|
max-height: 100px;
|
|
margin-right: 10px;
|
|
object-fit: cover;
|
|
border-radius: 3px;
|
|
}
|
|
.obt-goodreads-search-suggest__info {
|
|
flex-grow: 1;
|
|
}
|
|
.obt-goodreads-search-suggest__title {
|
|
color: var(--text-normal);
|
|
font-size: var(--font-ui-medium);
|
|
}
|
|
.obt-goodreads-search-suggest__subtitle {
|
|
color: var(--text-muted);
|
|
font-size: var(--font-ui-small);
|
|
}
|
|
|
|
.obt-settings .search-input-container {
|
|
width: 100%;
|
|
}
|