Add ToolsFramework #32

Merged
FatttSnake merged 26 commits from FatttSnake into dev 2023-10-14 18:36:50 +08:00
Showing only changes of commit fea57c8632 - Show all commits

View File

@@ -8,7 +8,7 @@ body {
.left-panel {
display: flex;
flex-direction: column;
width: 16%;
width: clamp(180px, 20vw, 240px);
background-color: constants.$origin-color;
user-select: none;
@@ -25,14 +25,12 @@ body {
display: flex;
min-height: 0;
flex-direction: column;
flex: 1;
.toolsMenu {
min-height: 0;
.hide-scrollbar-mask {
flex: 1;
}
}
ul {
> li {