mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 14:01:10 +10:00
Fix sidebar responsivity (#453)
* navbar height fix. has to be cleaned up * use parent height for tree * cleanups
This commit is contained in:
@ -18,6 +18,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sectionPages {
|
||||
margin-bottom: 0;
|
||||
overflow-y: hidden;
|
||||
|
||||
.pages {
|
||||
height: 100%;
|
||||
padding-bottom: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
.menuItems {
|
||||
padding-left: calc(var(--mantine-spacing-md) - var(--mantine-spacing-xs));
|
||||
padding-right: calc(var(--mantine-spacing-md) - var(--mantine-spacing-xs));
|
||||
|
||||
@ -134,7 +134,7 @@ export function SpaceSidebar() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className={classes.section}>
|
||||
<div className={[classes.section, classes.sectionPages].join(' ')}>
|
||||
<Group className={classes.pagesHeader} justify="space-between">
|
||||
<Text size="xs" fw={500} c="dimmed">
|
||||
Pages
|
||||
|
||||
Reference in New Issue
Block a user