mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 06:29:41 +00:00
remove ui shift on reload
This commit is contained in:
@@ -43,7 +43,18 @@ export default function SearchBarWrapper(props) {
|
||||
}}
|
||||
>
|
||||
{!loaded || !path ? (
|
||||
<span style={{ fontSize: "2rem" }}>🐤</span>
|
||||
<button
|
||||
style={{
|
||||
fontSize: "2rem",
|
||||
backgroundColor: "transparent",
|
||||
border: "none",
|
||||
outline: "none",
|
||||
padding: "0",
|
||||
marginRight: "6px",
|
||||
}}
|
||||
>
|
||||
🐤
|
||||
</button>
|
||||
) : (
|
||||
<canary-root framework="docusaurus">
|
||||
<canary-provider-pagefind
|
||||
|
||||
Reference in New Issue
Block a user