Skip to content

Commit

Permalink
fix: change margin bottom when timelapse exists
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Oct 3, 2023
1 parent 43c40a7 commit 97643eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/StartPrintDialogSpoolman.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class StartPrintDialogSpoolman extends Mixins(BaseMixin) {
get classSecondDivider() {
const classes = ['mt-4']
classes.push(this.moonrakerComponents.includes('spoolman') ? 'mb-2' : 'mb-0')
classes.push(this.moonrakerComponents.includes('timelapse') ? 'mb-2' : 'mb-0')
return classes
}
Expand Down

0 comments on commit 97643eb

Please sign in to comment.