bugfix: SettingsSystemPanel remove margin top when klipper != ready
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
39f3cfe824
commit
65a4e40d39
@ -15,7 +15,7 @@
|
||||
<settings-endstop-panel></settings-endstop-panel>
|
||||
<settings-runout-panel></settings-runout-panel>
|
||||
</v-col>
|
||||
<v-col class="col-sm-12 col-md-6">
|
||||
<v-col :class="'col-sm-12 col-md-6 '+(klippy_state !== 'ready' ? 'pt-0' : '')">
|
||||
<settings-system-panel></settings-system-panel>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
Loading…
x
Reference in New Issue
Block a user