agenttop 0.10.1 → 0.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -525,6 +525,7 @@ var SessionList = React2.memo(
|
|
|
525
525
|
{
|
|
526
526
|
flexDirection: "column",
|
|
527
527
|
width: SIDEBAR_WIDTH,
|
|
528
|
+
flexShrink: 0,
|
|
528
529
|
borderStyle: "single",
|
|
529
530
|
borderColor: focused ? colors.primary : colors.border,
|
|
530
531
|
overflow: "hidden",
|
|
@@ -3863,7 +3864,7 @@ var App = ({ options, config: initialConfig, version, firstRun }) => {
|
|
|
3863
3864
|
sidebarWidth
|
|
3864
3865
|
}
|
|
3865
3866
|
),
|
|
3866
|
-
rightPanel
|
|
3867
|
+
/* @__PURE__ */ jsx16(Box16, { flexGrow: 1, flexShrink: 1, minWidth: 0, overflow: "hidden", children: rightPanel })
|
|
3867
3868
|
] }),
|
|
3868
3869
|
!options.noSecurity && /* @__PURE__ */ jsx16(AlertBar, { alerts }),
|
|
3869
3870
|
inputMode === "nickname" && /* @__PURE__ */ jsxs16(Box16, { paddingX: 1, children: [
|