feat(dees-pdf-viewer): add configurable sidebar position support

This commit is contained in:
2026-04-03 20:27:50 +00:00
parent 6b6ccd0e3c
commit 68ed024aaa
4 changed files with 19 additions and 3 deletions

View File

@@ -144,6 +144,13 @@ export const viewerStyles = [
flex-direction: column;
height: 100%;
overflow: hidden;
order: 0;
}
.sidebar-right .sidebar {
border-right: none;
border-left: 1px solid ${cssManager.bdTheme('hsl(214 31% 91%)', 'hsl(217 25% 22%)')};
order: 1;
}
.sidebar-header {