Begin splitting up the pane for control.

This commit is contained in:
Julian Stirling 2025-11-07 16:17:38 +00:00
parent e2c2db3d17
commit f6285c52b6
3 changed files with 248 additions and 235 deletions

View file

@ -23,3 +23,9 @@ export default {
},
};
</script>
<style scoped>
.control-component {
width: 160px;
}
</style>