KevinHuSh
add front end code (#27)
6b8fc2c
raw
history blame
272 Bytes
.container {
display: flex;
.menu {
.defaultWidth {
width: 256px;
}
.minWidth {
width: 50px
}
}
.content {
flex: 1;
overflow-x: auto;
height: 100%;
}
}