better list scaling

This commit is contained in:
Paul Wilde 2023-03-17 16:04:58 +00:00
parent 710eadc49b
commit 28fc9e9629
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
<v-dialog v-model="showDialog"> <v-dialog v-model="showDialog">
</v-dialog> </v-dialog>
<v-row> <v-row>
<v-col cols="8" xs="12" sm="12" md="8"> <v-col cols="8" xs="12" sm="12" md="12" lg="8">
<v-progress-linear indeterminate color="blue" :active="loading"></v-progress-linear> <v-progress-linear indeterminate color="blue" :active="loading"></v-progress-linear>
<RecycleScroller class="scroller" <RecycleScroller class="scroller"
:items="filteredContracts" :items="filteredContracts"

View file

@ -20,7 +20,7 @@
</v-row> </v-row>
<v-btn v-if="site_info.features.addmedfeed" color="warning" @click="editMedFeed()">+ Add</v-btn> <v-btn v-if="site_info.features.addmedfeed" color="warning" @click="editMedFeed()">+ Add</v-btn>
<v-row> <v-row>
<v-col cols="8" xs="12" sm="12" md="8"> <v-col cols="12" xs="12" sm="12" md="12" lg=8>
<v-progress-linear indeterminate color="blue" :active="loading"></v-progress-linear> <v-progress-linear indeterminate color="blue" :active="loading"></v-progress-linear>
<RecycleScroller class="scroller" <RecycleScroller class="scroller"
:items="filteredMedFeeds" :items="filteredMedFeeds"