mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 21:18:54 +03:00
chore: small search modal tweaks
This commit is contained in:
parent
a5e2b4a31f
commit
7bdf7d2506
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
ref="form"
|
||||
v-model="searchForm.valid"
|
||||
>
|
||||
<v-flex row class="mt-1 py-1 px-2 mx-auto">
|
||||
<v-flex row class="my-1 py-1 px-2 mx-auto">
|
||||
<v-col class="pa-0" cols="8">
|
||||
<v-text-field
|
||||
v-model="searchForm.pattern"
|
||||
|
@ -27,7 +27,7 @@
|
|||
@keydown.enter="$refs.searchButton.click"
|
||||
/>
|
||||
</v-col>
|
||||
<v-col class="pa-0 mt-2 ml-1 justify-center" cols="4">
|
||||
<v-col class="pa-0 mt-2" cols="3">
|
||||
<v-btn
|
||||
ref="searchButton"
|
||||
class="mt-2 mx-0"
|
||||
|
|
Loading…
Reference in a new issue