feat: resizable sidebar (#452)

* feat: resizable sidebar

* only expand space sidebar
This commit is contained in:
Philip Okugbe
2024-11-01 10:05:03 +00:00
committed by GitHub
parent e064e58f79
commit b85b34d6b1
4 changed files with 65 additions and 6 deletions

View File

@ -14,3 +14,18 @@
}
}
.resizeHandle {
width: 3px;
cursor: col-resize;
position: absolute;
right: 0;
top: 0;
bottom: 0;
&:hover, &:active {
width: 5px;
background: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-5))
}
}