mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
perf: Improve responsive design on AddModal (#865)
This commit is contained in:
parent
7221a3db4f
commit
a92b583b8b
1 changed files with 3 additions and 3 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue