mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01:00
fix(webui): adjust import views display on small screens
This commit is contained in:
parent
0a8aa3e4bb
commit
394123d263
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
</v-alert>
|
||||
|
||||
<v-row align="center">
|
||||
<v-col>
|
||||
<v-col cols="12" sm="">
|
||||
<v-text-field
|
||||
v-model="importPath"
|
||||
clearable
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
</v-alert>
|
||||
<v-form v-model="valid" ref="form">
|
||||
<v-row align="center">
|
||||
<v-col cols>
|
||||
<v-col cols="12" sm="">
|
||||
<v-file-input
|
||||
v-model="files"
|
||||
:label="$t('data_import.field_files_label')"
|
||||
|
|
|
|||
Loading…
Reference in a new issue