minor adjustments to margins and paddings

This commit is contained in:
2024-01-25 23:14:40 +01:00
parent 27218d6841
commit 62541a2549
5 changed files with 17 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
<h5 class="text-h5 mb-4">Packages</h5>
<v-row :style="mobile ? '' : 'height: 60px'" width="100%">
<v-col class="v-col-12 v-col-sm-2">
<v-col class="v-col-12 v-col-sm-4 v-col-lg-2">
<v-text-field
v-model="inputPkgBase"
clearable
@@ -12,7 +12,7 @@
variant="outlined"></v-text-field>
</v-col>
<v-col class="v-col-12 v-col-sm-2 mt-n6 mt-sm-0">
<v-col class="v-col-12 v-col-sm-4 v-col-lg-2 mt-n6 mt-sm-0">
<v-select
v-model="selectRepo"
:items="selectRepoItems"
@@ -24,7 +24,7 @@
variant="outlined"></v-select>
</v-col>
<v-col class="v-col-12 v-col-sm-2 mt-n6 mt-sm-0">
<v-col class="v-col-12 v-col-sm-4 v-col-lg-2 mt-n6 mt-sm-0">
<v-select
v-model="selectStatus"
:items="selectStatusItems"
@@ -36,11 +36,11 @@
variant="outlined"></v-select>
</v-col>
<v-col class="ms-auto v-col-auto mt-n6 mt-sm-0">
<v-col :class="mobile ? 'mt-n6' : ''" :cols="mobile ? 12 : 'auto'" class="ms-auto">
<v-pagination
v-model="page"
:length="pagesMax"
:total-visible="mobile ? 5 : 7"
:total-visible="mobile ? undefined : 7"
active-color="primary"
density="comfortable"
start="1"