This commit is contained in:
2025-11-12 02:24:46 +01:00
parent 5653828ff3
commit 06683e2a07
4 changed files with 80 additions and 14 deletions
-2
View File
@@ -53,13 +53,11 @@
flex-direction: column;
justify-content: center;
align-items: center;
flex: 2 2 auto;
max-height: calc(var(--document-viewer-portrait-height-ratio) * 100vh);
order: -1;
}
.document-viewer--stacked .document-viewer__details-pane {
flex: 1 1 auto;
overflow: visible;
order: 0;
}