@marimo-team/islands 0.19.10-dev39 → 0.19.10-dev40
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/package.json
CHANGED
|
@@ -228,6 +228,7 @@ export const AppChrome: React.FC<PropsWithChildren> = ({ children }) => {
|
|
|
228
228
|
<PanelResizeHandle
|
|
229
229
|
disabled={!isSidebarOpen}
|
|
230
230
|
onDragging={handleDragging}
|
|
231
|
+
hitAreaMargins={{ coarse: 15, fine: 2 }}
|
|
231
232
|
className={cn(
|
|
232
233
|
"border-border print:hidden z-10",
|
|
233
234
|
isSidebarOpen ? "resize-handle" : "resize-handle-collapsed",
|
|
@@ -283,7 +284,7 @@ export const AppChrome: React.FC<PropsWithChildren> = ({ children }) => {
|
|
|
283
284
|
const helpPaneBody = (
|
|
284
285
|
<ErrorBoundary>
|
|
285
286
|
<PanelSectionProvider value="sidebar">
|
|
286
|
-
<div className="flex flex-col h-full flex-1 overflow-hidden
|
|
287
|
+
<div className="flex flex-col h-full flex-1 overflow-hidden">
|
|
287
288
|
<div className="p-3 border-b flex justify-between items-center">
|
|
288
289
|
{selectedPanel === "dependencies" ? (
|
|
289
290
|
<div className="flex items-center justify-between flex-1">
|