@@ -227,7 +227,7 @@ export const AppChrome: React.FC<PropsWithChildren> = ({ children }) => {
227227 < PanelResizeHandle
228228 onDragging = { handleDragging }
229229 className = { cn (
230- "border-border no- print z-10" ,
230+ "border-border print:hidden z-10" ,
231231 isSidebarOpen ? "resize-handle" : "resize-handle-collapsed" ,
232232 "vertical" ,
233233 ) }
@@ -238,7 +238,7 @@ export const AppChrome: React.FC<PropsWithChildren> = ({ children }) => {
238238 < PanelResizeHandle
239239 onDragging = { handleDragging }
240240 className = { cn (
241- "border-border no- print z-20" ,
241+ "border-border print:hidden z-20" ,
242242 isDeveloperPanelOpen ? "resize-handle" : "resize-handle-collapsed" ,
243243 "horizontal" ,
244244 ) }
@@ -382,7 +382,7 @@ export const AppChrome: React.FC<PropsWithChildren> = ({ children }) => {
382382 collapsedSize = { 0 }
383383 collapsible = { true }
384384 className = { cn (
385- "dark:bg-(--slate-1) no-print print:hidden hide-on-fullscreen" ,
385+ "dark:bg-(--slate-1) print:hidden hide-on-fullscreen" ,
386386 isSidebarOpen && "border-r border-l border-(--slate-7)" ,
387387 ) }
388388 minSize = { 10 }
@@ -427,7 +427,7 @@ export const AppChrome: React.FC<PropsWithChildren> = ({ children }) => {
427427 collapsedSize = { 0 }
428428 collapsible = { true }
429429 className = { cn (
430- "dark:bg-(--slate-1) no-print print:hidden hide-on-fullscreen" ,
430+ "dark:bg-(--slate-1) print:hidden hide-on-fullscreen" ,
431431 isDeveloperPanelOpen && "border-t" ,
432432 ) }
433433 minSize = { 10 }
0 commit comments