perf: Improve responsive design on AddModal (#865)

This commit is contained in:
Rémi Marseault 2023-06-15 14:04:17 +02:00 committed by GitHub
parent 7221a3db4f
commit a92b583b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,14 +84,14 @@
name="download-directory"
/>
<v-row no-gutters class="flex-gap">
<v-col>
<v-row>
<v-col cols="12" sm="6" class="pt-0 pb-3">
<div class="d-flex flex-column align-center">
<p class="subtitle-1 mb-1">{{ $t('enums.contentLayout.title') }}</p>
<v-select v-model="contentLayout" flat solo dense hide-details background-color="background" class="rounded-xl" :items="contentLayoutOptions" />
</div>
</v-col>
<v-col>
<v-col cols="12" sm="6" class="pt-0 pb-3">
<div class="d-flex flex-column align-center">
<p class="subtitle-1 mb-1">{{ $t('enums.stopCondition.title') }}</p>
<v-select v-model="stopCondition" flat solo dense hide-details background-color="background" class="rounded-xl" :items="stopConditionOptions" />