🎨 minor UI tweaks

This commit is contained in:
Liyas Thomas
2019-09-12 17:42:25 +05:30
parent 96750cd04f
commit d67e22e57b
4 changed files with 10 additions and 6 deletions

View File

@@ -51,7 +51,7 @@
</ul>
<ul>
<li v-if="!isClearingHistory">
<button id="clear-history-button" :disabled="history.length === 0" @click="enableHistoryClearing">Clear all</button>
<button id="clear-history-button" :disabled="history.length === 0" @click="enableHistoryClearing">Clear All</button>
</li>
<li v-else>
<div class="flex-wrap">