diff --git a/.dumi/theme/slots/Header/index.tsx b/.dumi/theme/slots/Header/index.tsx index 9d2100e123..cce7bf6397 100644 --- a/.dumi/theme/slots/Header/index.tsx +++ b/.dumi/theme/slots/Header/index.tsx @@ -54,6 +54,11 @@ const useStyle = () => { text-align: center; } + .nav-search-wrapper { + flex: auto; + display: flex; + } + .dumi-default-search-bar { border-inline-start: 1px solid rgba(0, 0, 0, 0.06); @@ -462,7 +467,9 @@ const Header: React.FC = (props) => { - +
+ +
{!isMobile && menu}