🐛 Fixed invisible Install PWA button

This commit is contained in:
Liyas Thomas
2019-11-12 10:44:52 +05:30
parent 653e42c2b9
commit f65e67d86a

View File

@@ -12,6 +12,7 @@
href="https://github.com/liyasthomas/postwoman" href="https://github.com/liyasthomas/postwoman"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
v-tooltip="'GitHub'"
> >
<button class="icon"> <button class="icon">
<img <img
@@ -22,21 +23,19 @@
/> />
</button> </button>
</a> </a>
<button
class="icon"
id="installPWA"
@click.prevent="showInstallPrompt()"
v-tooltip="'Install PWA'"
>
<i class="material-icons">offline_bolt</i>
</button>
<v-popover> <v-popover>
<button class="tooltip-target icon"> <button class="tooltip-target icon" v-tooltip="'More'">
<i class="material-icons">more_vert</i> <i class="material-icons">more_vert</i>
</button> </button>
<template slot="popover"> <template slot="popover">
<div>
<button
class="icon"
id="installPWA"
@click.prevent="showInstallPrompt()"
>
<i class="material-icons">offline_bolt</i>
<span>Install PWA</span>
</button>
</div>
<div> <div>
<a <a
href="https://opencollective.com/postwoman" href="https://opencollective.com/postwoman"