This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
</v-btn>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="12" offset-sm="0" >
|
||||
<v-col cols="12" >
|
||||
<p v-if="!results.length">{{ $ay.t("NoResults") }}</p>
|
||||
<v-card v-if="results.length" max-width="800">
|
||||
<v-card v-if="results.length" max-width="900">
|
||||
<v-list>
|
||||
<v-subheader v-if="maxResultsReturned">
|
||||
<span>({{ $ay.t("TooManyResults") }})</span>
|
||||
|
||||
Reference in New Issue
Block a user