mirror of
https://github.com/CorentinTh/it-tools
synced 2026-05-06 04:20:45 +00:00
fix(ui): fixed sidenav header
This commit is contained in:
+11
-9
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user