feat: searchbar in menu on small screens

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-05-31 22:09:20 +02:00 committed by Corentin THOMASSET
parent 716cfb69e3
commit e67e4cf547

View file

@ -1,6 +1,9 @@
<template> <template>
<v-app id="inspire"> <v-app id="inspire">
<v-navigation-drawer v-model="drawer" app clipped> <v-navigation-drawer v-model="drawer" app clipped>
<SearchBar class="hidden-sm-and-up" />
<v-list dense> <v-list dense>
<div v-for="section in items" :key="section.title"> <div v-for="section in items" :key="section.title">
@ -48,8 +51,9 @@
<v-row <v-row
align="center" align="center"
style="max-width: 650px" style="max-width: 650px"
class="hidden-sm-and-down"
> >
<SearchBar /> <SearchBar/>
</v-row> </v-row>
<v-spacer></v-spacer> <v-spacer></v-spacer>