mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
fix: increase padding of preview card info
This commit is contained in:
parent
ee2f9f44c2
commit
7a061c1ff9
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ defineProps<{
|
|||
|
||||
<template>
|
||||
<div
|
||||
px3 max-h-2xl
|
||||
p4 max-h-2xl
|
||||
flex flex-col
|
||||
: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
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue