mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -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>
|
||||
|
||||
<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-model="searchString"
|
||||
clearable
|
||||
|
@ -218,4 +218,7 @@ export default {
|
|||
height: auto !important;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.fit-search {
|
||||
max-width: 300px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue