Skip to content

Commit 1a2b70f

Browse files
authored
fix: search bar styling (#693)
1 parent fd01c31 commit 1a2b70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ div[class^="sidebar_"] .button svg {
243243
/* Search */
244244

245245
.DocSearch-Button {
246-
@apply rounded-lg p-5 !important;
246+
@apply rounded-lg px-3 py-2 !important;
247247
}
248248

249249
.button.button--secondary.button--outline:not(.button--active):not(:hover) {
@@ -273,7 +273,7 @@ footer svg {
273273
}
274274

275275
.DocSearch-Button {
276-
@apply mr-[-18px] !important;
276+
@apply mr-2 !important;
277277
}
278278

279279
/* .footer .footer__block {

0 commit comments

Comments
 (0)