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