Populate tool shelf and tool options bar (#66)

This commit is contained in:
Keavon Chambers
2021-04-08 06:10:27 -07:00
parent e34672556d
commit 8b6053b1c4
49 changed files with 668 additions and 70 deletions
@@ -9,6 +9,10 @@
display: flex;
flex-direction: column;
flex-grow: 1;
.spacer {
flex: 1 1 100%;
}
}
</style>
@@ -9,6 +9,10 @@
display: flex;
flex-direction: row;
flex-grow: 1;
.spacer {
flex: 1 1 100%;
}
}
</style>