mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-09-08 00:38:20 +02:00
rework spacing
This commit is contained in:
parent
275bdc1332
commit
8dcb579d13
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ export function RecentlyAddedIcons({ icons }: { icons: IconWithName[] }) {
|
|||
</div>
|
||||
|
||||
<div className="relative flex w-full flex-col items-center justify-center overflow-hidden">
|
||||
<Marquee pauseOnHover className="[--duration:30s] [--gap:2rem]">
|
||||
<Marquee pauseOnHover className="[--duration:30s] [--gap:1em]">
|
||||
{firstRow.map(({ name, data }) => (
|
||||
<RecentIconCard key={name} name={name} data={data} />
|
||||
))}
|
||||
|
@ -52,7 +52,7 @@ export function RecentlyAddedIcons({ icons }: { icons: IconWithName[] }) {
|
|||
<Marquee
|
||||
reverse
|
||||
pauseOnHover
|
||||
className="[--duration:30s] [--gap:2rem] mt-6"
|
||||
className="[--duration:30s] [--gap:1rem] mt-6"
|
||||
>
|
||||
{secondRow.map(({ name, data }) => (
|
||||
<RecentIconCard key={name} name={name} data={data} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue