refine viewer detail panel logic and styling.
This commit is contained in:
@@ -381,12 +381,15 @@
|
||||
justify-content: flex-start;
|
||||
max-height: 100%;
|
||||
grid-area: viewport;
|
||||
background: var(--surface-subtle);
|
||||
padding: 1.5vmin;
|
||||
box-sizing: border-box;
|
||||
--pdf-viewer-stack-padding: 1.5vmin;
|
||||
}
|
||||
|
||||
.document-viewer__viewport--light-scheme {
|
||||
/* Force light theme scrollbars (dark handle) for visibility on white content */
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
.document-viewer__object {
|
||||
width: 100%;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user