From 5ad9eb590ec78822c57becab805f361224ac0f9f Mon Sep 17 00:00:00 2001 From: "Vega, Obed" Date: Tue, 1 Jul 2025 14:47:31 -0700 Subject: [PATCH] fix(styles): the alignment of the icons in the Nav Bar --- src/theme/SearchBar/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/SearchBar/styles.css b/src/theme/SearchBar/styles.css index 06ef5f0a6ea..7a038929e51 100644 --- a/src/theme/SearchBar/styles.css +++ b/src/theme/SearchBar/styles.css @@ -7,7 +7,7 @@ margin: 0; transition: all var(--ifm-transition-fast) var(--ifm-transition-timing-default); - height: 30px; + height: 24px; padding: 0; }