refine viewer detail panel logic and styling.

This commit is contained in:
2025-12-05 00:14:25 +01:00
parent 36c8e4cbaa
commit 65ad797378
3 changed files with 39 additions and 2 deletions
+5 -2
View File
@@ -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;