Use relatives sizes for the avatar to prevent overlapping on odd sizes

This commit is contained in:
root
2021-11-02 02:49:19 +05:30
parent 679eab0c46
commit 35a3ec3274
+3 -3
View File
@@ -1,11 +1,11 @@
<template>
<v-row align="center" justify="center" no-gutters>
<v-col md="1">
<v-avatar size="96" class="mx-3">
<v-col cols="1">
<v-avatar size="90%" class="mx-3">
<v-img :src="comment.thumbnail" />
</v-avatar>
</v-col>
<v-col md="11">
<v-col cols="11">
<v-card-text>
<v-icon v-if="comment.pinned" class="mx-2">mdi-pin</v-icon>
<router-link :to="comment.commentorUrl" class="text-decoration-none black--text">