We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4575935 commit 6196020Copy full SHA for 6196020
pages/search.vue
@@ -27,6 +27,7 @@
27
</p>
28
</template>
29
</ais-hits>
30
+ <br />
31
<ais-pagination />
32
</ais-instant-search-ssr>
33
@@ -70,7 +71,7 @@ export default {
70
71
link: [
72
{
73
rel: 'stylesheet',
- href: 'https://cdn.jsdelivr.net/npm/instantsearch.css@7.3.1/themes/algolia-min.css',
74
+ href: 'https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.css',
75
},
76
],
77
}
@@ -92,3 +93,15 @@ export default {
92
93
94
95
</script>
96
+
97
+<style scoped>
98
+li {
99
+ width: 100vw !important;
100
+}
101
102
+@media (max-width: 768px) {
103
+ .ais-Hits-item {
104
105
+ }
106
107
+</style>
0 commit comments