refactor: lint + minor ui fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user