mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
adjust view for cards
This commit is contained in:
parent
78afc7a1b2
commit
fcff5772e9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<NuxtLink class="group card rounded-md" :to="`/item/${item.id}`">
|
<NuxtLink class="group card rounded-md" :to="`/item/${item.id}`">
|
||||||
<div class="rounded-t flex flex-col bg-neutral text-neutral-content p-5">
|
<div class="rounded-t flex flex-col justify-center bg-neutral text-neutral-content p-5">
|
||||||
<h2 class="text-base mb-4 last:mb-0 font-bold two-line min-h-[48px]">{{ item.name }}</h2>
|
<h2 class="text-base mb-2 last:mb-0 font-bold two-line">{{ item.name }}</h2>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
v-if="item.location"
|
v-if="item.location"
|
||||||
class="inline-flex text-sm items-center hover:link"
|
class="inline-flex text-sm items-center hover:link"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue