Skip to content

Commit 5ef0f30

Browse files
authored
Update navbar (#3840)
1 parent 6809a20 commit 5ef0f30

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/scss/_styles_project.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,9 +1148,9 @@ td > ul, td > ol {
11481148

11491149
#navSearchBar {
11501150
margin: 0px;
1151-
min-width: 250px;
1152-
max-width: 250px;
1153-
width: 250px;
1151+
min-width: 200px;
1152+
max-width: 200px;
1153+
width: 200px;
11541154
}
11551155

11561156
#scrollButton, #chatButton {
@@ -2774,7 +2774,7 @@ nav {
27742774
}
27752775

27762776
#navsearch {
2777-
min-width: 350px;
2777+
min-width: 300px;
27782778
}
27792779

27802780
@media (min-width: 992px) {

static/js/embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61102,7 +61102,7 @@ const TP = Z(ebe), tbe = D.forwardRef(
6110261102
return /* @__PURE__ */ m.jsxs(up.Container, { w: "100%", onClick: e, children: [
6110361103
/* @__PURE__ */ m.jsxs(Ee, { alignItems: "center", minW: "0px", children: [
6110461104
/* @__PURE__ */ m.jsx(up.Icon, { mr: 2, children: /* @__PURE__ */ m.jsx(TP, { className: `${X}-search-bar-trigger__search-icon` }) }),
61105-
/* @__PURE__ */ m.jsx(up.Text, { children: i || "Search for anything..." })
61105+
/* @__PURE__ */ m.jsx(up.Text, { children: i || "Search..." })
6110661106
] }),
6110761107
t && r && /* @__PURE__ */ m.jsx(up.Kbd, { children: /* @__PURE__ */ m.jsx(LO, { openShortcutKey: t }) })
6110861108
] });

0 commit comments

Comments
 (0)