fix(ui): fixed sidenav header

This commit is contained in:
Corentin Thomasset 2021-05-21 22:48:55 +02:00
parent be607c0678
commit 540ece8112
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -5,6 +5,7 @@
fixed fixed
app app
> >
<template v-slot:prepend>
<div class="small-hero"> <div class="small-hero">
<HeroGradient /> <HeroGradient />
<div class="small-hero-content"> <div class="small-hero-content">
@ -16,6 +17,7 @@
</div> </div>
</div> </div>
</div> </div>
</template>
<SearchBar class="hidden-sm-and-up" /> <SearchBar class="hidden-sm-and-up" />