Skip to content

Commit 048322e

Browse files
committed
Fix search bar jumping issue
1 parent b5daf29 commit 048322e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/css/_css/algolia.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
transition: width 0.2s ease-out;
2828

2929
&:focus {
30-
width: 300px;
30+
width: 250px;
3131
}
3232
}
3333

0 commit comments

Comments
 (0)