Files
pycom-documentation/themes/doc-theme/layouts/partials/toolbar.html
2019-10-28 12:46:30 +01:00

34 lines
912 B
HTML

<v-toolbar
app
fixed
height=68
class="pr-3 pl-2 navbar"
dark
style="background-color: #171730;"
>
<v-toolbar-title style="width: 260px; " class="ml-4 pl-0 pt-2 text-xs-center hidden-sm-and-down">
<v-img class="ml-4" height=48 width=190 src="/logo.svg" class="">
</v-toolbar-title>
<v-btn icon @click.stop="drawer = !drawer" style="z-index: 1200;">
<v-icon>toc</v-icon>
</v-btn>
<span class="beba" style="font-size: 1.6rem; opacity: 0.85;">
{{ .Page.Title }}
</span>
<v-spacer></v-spacer>
{{ if eq .Section "firmwareapi"}}
<div style="width: 240px;">
<v-select :items="branches" v-model="branch" width=120 class="mono">
</v-select>
</div>
{{ end }}
{{- if gt .WordCount 400 -}}
<v-btn icon ref="tocBtn" @click.stop="drawer2 = !drawer2" >
<v-icon style="color: rgb(23, 255, 189);">more_vert</v-icon>
</v-btn>
{{ end }}
</v-toolbar>