Fixed save bug

Tweaked animations
Updated help page
This commit is contained in:
Max G
2019-07-30 20:46:24 +00:00
parent b2dc6e5218
commit 534bcb47cf
3 changed files with 21 additions and 7 deletions

View File

@@ -24,6 +24,10 @@
<p>Bold Type **text** or __text__,</p>
<p>Italic Type *text* or _text_,</p>
<p>Code Type `text`.</p>
<h2>Dark Theme</h2>
<p>Dark theme was desigend to minimize the amount of blue the app contains.</p>
<p>Making it easier to fall asleep at night.</p>
</div>
</div>

View File

@@ -48,7 +48,7 @@
<div class="ui right floated basic button"
data-tooltip="Log Out" data-position="left center"
v-on:click="destroyLoginToken">{{username}}</div>
v-on:click="destroyLoginToken"><i class="user icon"></i> {{username}}</div>
</div>
</div>