Skip to content

Commit

Permalink
Update navbar (#3840)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jan 10, 2025
1 parent 6809a20 commit 5ef0f30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1148,9 +1148,9 @@ td > ul, td > ol {

#navSearchBar {
margin: 0px;
min-width: 250px;
max-width: 250px;
width: 250px;
min-width: 200px;
max-width: 200px;
width: 200px;
}

#scrollButton, #chatButton {
Expand Down Expand Up @@ -2774,7 +2774,7 @@ nav {
}

#navsearch {
min-width: 350px;
min-width: 300px;
}

@media (min-width: 992px) {
Expand Down
2 changes: 1 addition & 1 deletion static/js/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -61102,7 +61102,7 @@ const TP = Z(ebe), tbe = D.forwardRef(
return /* @__PURE__ */ m.jsxs(up.Container, { w: "100%", onClick: e, children: [
/* @__PURE__ */ m.jsxs(Ee, { alignItems: "center", minW: "0px", children: [
/* @__PURE__ */ m.jsx(up.Icon, { mr: 2, children: /* @__PURE__ */ m.jsx(TP, { className: `${X}-search-bar-trigger__search-icon` }) }),
/* @__PURE__ */ m.jsx(up.Text, { children: i || "Search for anything..." })
/* @__PURE__ */ m.jsx(up.Text, { children: i || "Search..." })
] }),
t && r && /* @__PURE__ */ m.jsx(up.Kbd, { children: /* @__PURE__ */ m.jsx(LO, { openShortcutKey: t }) })
] });
Expand Down

0 comments on commit 5ef0f30

Please sign in to comment.