fix: increase padding of preview card info
parent
ee2f9f44c2
commit
7a061c1ff9
|
@ -12,10 +12,10 @@ defineProps<{
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
px3 max-h-2xl
|
p4 max-h-2xl
|
||||||
flex flex-col
|
flex flex-col
|
||||||
:class="[
|
:class="[
|
||||||
root ? 'flex-gap-1 py1 sm:py3' : 'py1 justify-center sm:justify-start',
|
root ? 'flex-gap-1' : 'justify-center sm:justify-start',
|
||||||
]"
|
]"
|
||||||
my-auto
|
my-auto
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue