:Minor UI tweaks:
This commit is contained in:
@@ -8,6 +8,12 @@
|
|||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
<h3 class="tagline">API request builder</h3>
|
<h3 class="tagline">API request builder</h3>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="https://github.com/liyasthomas/postwoman" target="_blank" rel="noopener">
|
||||||
|
<button class="icon">
|
||||||
|
<img id="imgGitHub" src="~static/icons/github.svg" alt="GitHub" :style="logoStyle()" />
|
||||||
|
<span>GitHub</span>
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@@ -104,12 +110,6 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<!-- Top section of footer: GitHub/install links -->
|
<!-- Top section of footer: GitHub/install links -->
|
||||||
<div class="flex-wrap">
|
<div class="flex-wrap">
|
||||||
<a href="https://github.com/liyasthomas/postwoman" target="_blank" rel="noopener">
|
|
||||||
<button class="icon">
|
|
||||||
<img id="imgGitHub" src="~static/icons/github.svg" alt="GitHub" :style="logoStyle()" />
|
|
||||||
<span>GitHub</span>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
<button class="icon" id="installPWA" @click.prevent="showInstallPrompt()">
|
<button class="icon" id="installPWA" @click.prevent="showInstallPrompt()">
|
||||||
<i class="material-icons">add_to_home_screen</i>
|
<i class="material-icons">add_to_home_screen</i>
|
||||||
<span>Install PWA</span>
|
<span>Install PWA</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user