ultisuite-client/styles/docs-print.css
R3D347HR4Y 82ca9a27db
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
feat(drive): refactor document and drawing editors with new metadata handling
- Replaced suite page metadata with drive-specific metadata for document and drawing editors.
- Introduced new `driveEditorPageMetadata` function to manage titles and favicons based on editor type.
- Updated layout components for document and drawing editors to utilize the new metadata structure.
- Enhanced document title handling in various editor components to reflect the current editing context.
- Added new SVG icons for UltiDocs, UltiSheets, UltiSlides, and UltiDraw to improve visual consistency across editors.
- Improved print styles and layout handling for better document rendering in print and PDF formats.
2026-06-15 15:51:09 +02:00

64 lines
2.1 KiB
CSS

/* UltiDocs PDF capture styles (print uses a dedicated iframe) */
.docs-printing.docs-pdf-capture header,
.docs-printing.docs-pdf-capture .docs-toolbar-shell,
.docs-printing.docs-pdf-capture .docs-rulers-left-rail,
.docs-printing.docs-pdf-capture .docs-status-bar,
.docs-printing.docs-pdf-capture .docs-hf-chrome,
.docs-printing.docs-pdf-capture .docs-graphic-floating-toolbar,
.docs-printing.docs-pdf-capture .docs-table-floating-toolbar,
.docs-printing.docs-pdf-capture .docs-graphic-options-sidebar,
.docs-printing.docs-pdf-capture .docs-graphic-handle,
.docs-printing.docs-pdf-capture .docs-graphic-rotate-handle,
.docs-printing.docs-pdf-capture .docs-graphic-outline,
.docs-printing.docs-pdf-capture .docs-graphic-snap-guides,
.docs-printing.docs-pdf-capture .docs-ruler-margin-drag-tooltip,
.docs-printing.docs-pdf-capture .docs-editor-workspace > div > .absolute {
display: none !important;
}
.docs-printing.docs-pdf-capture .docs-editor-workspace,
.docs-printing.docs-pdf-capture .docs-editor-workspace > div,
.docs-printing.docs-pdf-capture .docs-editor-workspace .flex-row {
padding: 0 !important;
margin: 0 !important;
overflow: visible !important;
}
.docs-printing.docs-pdf-capture .ultidrive-docs-canvas {
overflow: visible !important;
background: white !important;
height: auto !important;
min-height: 0 !important;
}
.docs-printing.docs-pdf-capture .ultidrive-docs-canvas > div,
.docs-printing.docs-pdf-capture .ultidrive-docs-canvas > div > div {
height: auto !important;
min-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
.docs-printing.docs-pdf-capture [data-docs-page-stack] {
position: relative !important;
left: 0 !important;
top: 0 !important;
transform: none !important;
transform-origin: top left !important;
margin: 0 !important;
}
.docs-printing.docs-pdf-capture .ultidrive-docs-page {
box-shadow: none !important;
border: none !important;
}
.docs-printing.docs-pdf-capture .docs-body-margin-mask {
border-color: transparent !important;
}
.docs-printing.docs-pdf-capture .ultidrive-docs-editor-surface--dimmed .ProseMirror {
opacity: 1 !important;
}