feat: Add an icon size slider component and implement dynamic icon sizing for document views, while refactoring the documents panel layout.

This commit is contained in:
2025-12-01 23:42:43 +01:00
parent 033026f57c
commit 601ced5981
3 changed files with 66 additions and 16 deletions
@@ -805,4 +805,12 @@
padding: 1rem;
text-align: center;
color: var(--muted);
}
.documents-panel-wrapper {
position: relative;
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-height: 0;
}