File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div :class =" `w-2/3 md:w-1/3 lg:w-1/4 2xl:w-1/5 p-4 flex unity-button rounded-2xl border-[1px] ${live ? 'saturate-100' : 'saturate-[25%]'} ${live ? 'brightness-100' : 'brightness-[80%]'} transition-all hover:saturate-100 hover:brightness-[110%]`" :style =" borderStyle" :title =" member.id" >
3- <img class =" rounded-full h-12" :src =" `/img/creators/${member.id}.webp`" :alt =" member.name" >
2+ <div :class =" `w-2/3 md:w-1/3 lg:w-1/4 2xl:w-1/5 p-4 flex unity-button rounded-2xl border-[1px] m-0.5 ${live ? 'saturate-100' : 'saturate-[25%]'} ${live ? 'brightness-100' : 'brightness-[80%]'} transition-all hover:saturate-100 hover:brightness-[110%]`" :style =" borderStyle" :title =" member.id" >
3+ <img class =" rounded-lg h-12" :src =" `/img/creators/${member.id}.webp`" :alt =" member.name" >
44 <div class =" px-4" >
55 <span :style =" `color: ${faction.color}`" class =" font-medium" >{{ member.name }}</span >
66   ;
You can’t perform that action at this time.
0 commit comments