| /* Copyright 2025 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. */ |
| |
| /* #css_wrapper_metadata_start |
| * #type=style-lit |
| * #import=chrome://resources/cr_elements/cr_shared_vars.css.js |
| * #import=./print_preview_vars.css.js |
| * #css_wrapper_metadata_end */ |
| |
| :host { |
| display: flex; |
| height: 100%; |
| user-select: none; |
| } |
| |
| @media (prefers-color-scheme: dark) { |
| :host { |
| background: var(--google-grey-900); |
| } |
| } |
| |
| print-preview-sidebar { |
| flex: none; |
| width: var(--print-preview-sidebar-width); |
| } |
| |
| #preview-area-container { |
| align-items: center; |
| background-color: var(--preview-area-background-color); |
| flex: 1; |
| } |