prevent type coercion

- remove unused imports
- minor refactors and cleanups
This commit is contained in:
geoffrey45
2022-02-16 15:06:29 +03:00
parent 9972caf7d3
commit 5446b1fe4b
26 changed files with 190 additions and 206 deletions
+2 -4
View File
@@ -16,9 +16,8 @@
<input
type="text"
class="search-input"
placeholder="Ctrl + F"
placeholder="/"
v-model="query"
@keyup.enter="search()"
/>
<div class="search-icon image"></div>
</div>
@@ -109,8 +108,7 @@ export default {
border-radius: $small;
background-color: rgb(24, 22, 22);
padding: $small;
padding-left: 2.25rem;
padding: $small $small $small 2.25rem;
.icon {
position: absolute;