mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
remove ui shift on reload
This commit is contained in:
parent
8a45abb563
commit
10ffb5a960
1 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue