mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
feat: searchbar in menu on small screens
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
716cfb69e3
commit
e67e4cf547
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue