Skip to content

Commit

Permalink
refactor: simplified implementation to ensure margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Duerholt committed Jul 2, 2023
1 parent 86276da commit 62b3f77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/panels/ToolheadControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@
<v-container v-if="axisControlVisible">
<component :is="`${controlStyle}-control`"></component>
</v-container>
<v-container v-if="!axisControlVisible" class="py-0 pt-3"></v-container>
<!-- Z-OFFSET CONTROL -->
<v-divider></v-divider>
<v-divider :class="{ 'mt-3': !axisControlVisible }"></v-divider>
<v-container>
<zoffset-control></zoffset-control>
</v-container>
Expand Down

0 comments on commit 62b3f77

Please sign in to comment.