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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user