mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
fit search bar
This commit is contained in:
parent
391372346f
commit
4b74e991e2
1 changed files with 4 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
<v-spacer v-if="!isMobile"> </v-spacer>
|
<v-spacer v-if="!isMobile"> </v-spacer>
|
||||||
|
|
||||||
<fuse-search-bar :raw-data="allItems" @results="filterItems" :search="searchString">
|
<fuse-search-bar class="fit-search mr-2" :raw-data="allItems" @results="filterItems" :search="searchString">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="searchString"
|
v-model="searchString"
|
||||||
clearable
|
clearable
|
||||||
|
@ -218,4 +218,7 @@ export default {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
.fit-search {
|
||||||
|
max-width: 300px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue