UI improvements

This commit is contained in:
Liyas Thomas
2020-06-30 07:39:28 +05:30
parent 2dce318a17
commit c223b251d6
5 changed files with 10 additions and 17 deletions

View File

@@ -154,7 +154,7 @@
</li>
</ul>
<p v-if="history.length === 0" class="info">
{{ $t("history_empty") }}
<i class="material-icons">schedule</i> {{ $t("history_empty") }}
</p>
<div v-if="history.length !== 0">
<div class="flex-wrap" v-if="!isClearingHistory">
@@ -221,7 +221,7 @@
</div>
<div class="flex-wrap" v-else>
<label for="clear-history-button" class="info">
{{ $t("are_you_sure") }}
<i class="material-icons">help_outline</i> {{ $t("are_you_sure") }}
</label>
<div>
<button