fix: minor input stylings
This commit is contained in:
@@ -14,7 +14,21 @@
|
||||
:alt="alt"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="rounded shadow-inner inset-0 absolute"></div>
|
||||
<div class="rounded-full shadow-inner inset-0 absolute"></div>
|
||||
<span
|
||||
v-if="indicator"
|
||||
class="
|
||||
bg-accent
|
||||
border-primary
|
||||
rounded-full
|
||||
border-2
|
||||
h-3
|
||||
-top-1
|
||||
-right-1
|
||||
w-3
|
||||
absolute
|
||||
"
|
||||
></span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -31,6 +45,10 @@ export default {
|
||||
type: String,
|
||||
default: "Profile picture",
|
||||
},
|
||||
indicator: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user