refactor: lint + minor ui fixes

This commit is contained in:
liyasthomas
2021-11-27 19:59:28 +05:30
parent da8c446ad7
commit 0bf856291c
68 changed files with 363 additions and 1691 deletions

View File

@@ -1,16 +1,7 @@
<template>
<div class="relative flex items-center justify-center w-5 h-5 cursor-pointer">
<img
class="
object-cover
bg-primaryDark
absolute
object-center
w-5
h-5
transition
rounded-full
"
class="bg-primaryDark absolute object-cover object-center w-5 h-5 transition rounded-full"
:src="url"
:alt="alt"
loading="lazy"
@@ -18,16 +9,7 @@
<div class="absolute inset-0 rounded-full shadow-inner"></div>
<span
v-if="indicator"
class="
border-primary
rounded-full
border-2
h-2.5
-top-0.5
-right-0.5
w-2.5
absolute
"
class="border-primary rounded-full border-2 h-2.5 -top-0.5 -right-0.5 w-2.5 absolute"
:class="indicatorStyles"
></span>
</div>