mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Use relatives sizes for the avatar to prevent overlapping on odd sizes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user