Skip to content

Commit bd15e7c

Browse files
committed
fix spacing below Algolia logo in search results
1 parent 9df6b1b commit bd15e7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/vendor/docsearch.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
max-height: calc(var(--viewport-height) - var(--navbar-height));
1010
border-radius: 0.1em;
1111
border-color: var(--navbar-button-border-color);
12+
padding-bottom: 0;
13+
}
14+
15+
.algolia-autocomplete .ds-dropdown-menu > :first-child > :last-child {
16+
margin-bottom: 8px;
1217
}
1318

1419
.algolia-autocomplete .ds-dropdown-menu .ds-suggestions {

0 commit comments

Comments
 (0)