refactor: make all filters on the same line

This commit is contained in:
KerollesFathy
2025-09-25 11:59:57 +00:00
parent 1a53a9f30b
commit 68cee65f22

View File

@@ -33,7 +33,7 @@
</div>
<div
class="grid grid-cols-1 gap-2"
class="grid grid-cols-1 gap-2 md:grid-cols-4"
:class="user.data ? 'md:grid-cols-3' : 'md:grid-cols-2'"
>
<FormControl
@@ -65,7 +65,6 @@
:placeholder="__('Type')"
@change="updateJobs"
/>
<!-- add jobModes -->
<FormControl
v-model="workMode"
type="select"