Fixed save bug
Tweaked animations Updated help page
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user