Fix distorted PFP

This commit is contained in:
dragongoose 2023-06-07 19:03:45 -04:00
parent 1fd49d6c25
commit 00cce6f11c
No known key found for this signature in database
GPG Key ID: 50DB99B921579009

View File

@ -94,7 +94,7 @@ export default {
</div> </div>
<div class="w-full flex-wrap md:p-3"> <div class="w-full flex-wrap md:p-3">
<div class="inline-flex md:w-2/3"> <div class="inline-flex md:w-4/5">
<div class="w-20 h-20 relative"> <div class="w-20 h-20 relative">
<img <img
:src="data.pfp" :src="data.pfp"
@ -121,7 +121,7 @@ export default {
</div> </div>
</div> </div>
<div class="flex-col md:inline-flex md:w-1/3 float-right h-full text-right"> <div class="flex-col md:inline-flex md:w-1/5 float-right h-full text-right">
<div v-if="!data.isLive" class="w-full"> <div v-if="!data.isLive" class="w-full">
<p <p
class="font-bold bg-ctp-mantle p-3 py-2 rounded-lg w-min float-right border-2 border-ctp-red" class="font-bold bg-ctp-mantle p-3 py-2 rounded-lg w-min float-right border-2 border-ctp-red"