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,17 +5,19 @@
fixed
app
>
<div class="small-hero">
<HeroGradient />
<div class="small-hero-content">
<div class="small-hero-content-logo">
<LogoOutlined />
</div>
<div class="small-hero-content-title">
{{ title }}
<template v-slot:prepend>
<div class="small-hero">
<HeroGradient />
<div class="small-hero-content">
<div class="small-hero-content-logo">
<LogoOutlined />
</div>
<div class="small-hero-content-title">
{{ title }}
</div>
</div>
</div>
</div>
</template>
<SearchBar class="hidden-sm-and-up" />