Skip to content

Commit

Permalink
improve search height
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Sep 17, 2021
1 parent a9f8046 commit 5f7c6b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/assets/plugins/search/search.css
Expand Up @@ -63,6 +63,10 @@ body.site-search-visible {
box-shadow: none;
}

.site-search__input {
--sl-input-height-large: 4rem;
}

.site-search__body {
flex: 1 1 auto;
overflow: auto;
Expand Down Expand Up @@ -153,7 +157,7 @@ body.site-search-visible {
border-top: solid 1px rgb(var(--sl-color-neutral-200));
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
padding: var(--sl-spacing-small);
padding: var(--sl-spacing-medium);
}

.site-search__footer small {
Expand Down

0 comments on commit 5f7c6b3

Please sign in to comment.