🐛 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"
target="_blank"
rel="noopener"
v-tooltip="'GitHub'"
>
<button class="icon">
<img
@@ -22,21 +23,19 @@
/>
</button>
</a>
<button
class="icon"
id="installPWA"
@click.prevent="showInstallPrompt()"
v-tooltip="'Install PWA'"
>
<i class="material-icons">offline_bolt</i>
</button>
<v-popover>
<button class="tooltip-target icon">
<button class="tooltip-target icon" v-tooltip="'More'">
<i class="material-icons">more_vert</i>
</button>
<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>
<a
href="https://opencollective.com/postwoman"