🎨 Minor UI improvements

This commit is contained in:
Liyas Thomas
2019-09-09 15:50:28 +05:30
parent 268748f85f
commit d1b4d135c8
2 changed files with 19 additions and 7 deletions

View File

@@ -2,7 +2,6 @@
<pw-section class="gray" label="History">
<ul>
<li id="filter-history">
<label for="filter-history-input">Search History</label>
<input id="filter-history-input" type="text" placeholder="search history" :readonly="history.length === 0 || isClearingHistory" v-model="filterText">
</li>
</ul>