Skip to content

Commit

Permalink
fix: navbar search input zoom on focus (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar authored Jun 27, 2024
1 parent d0d014a commit fde8a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/styles/components/navbar.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ html[data-theme='dark'],
color: var(--ifm-navbar-search-input-color);
cursor: text;
display: inline-block;
font-size: 0.9rem;
font-size: 1rem;
height: 2rem;
padding: 0 0.5rem 0 2.25rem;
width: 12.5rem;
Expand Down

0 comments on commit fde8a0e

Please sign in to comment.