mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-06 09:30:29 +00:00
linters
This commit is contained in:
parent
964f8dfd97
commit
acbf402312
1 changed files with 11 additions and 11 deletions
|
@ -398,7 +398,9 @@
|
||||||
|
|
||||||
<BaseCard v-if="photos && photos.length > 0">
|
<BaseCard v-if="photos && photos.length > 0">
|
||||||
<template #title> Photos </template>
|
<template #title> Photos </template>
|
||||||
<div class="container border-t border-gray-300 p-4 flex flex-wrap gap-2 mx-auto max-h-[500px] overflow-y-scroll scroll-bg">
|
<div
|
||||||
|
class="container border-t border-gray-300 p-4 flex flex-wrap gap-2 mx-auto max-h-[500px] overflow-y-scroll scroll-bg"
|
||||||
|
>
|
||||||
<button v-for="(img, i) in photos" :key="i" @click="openDialog(img)">
|
<button v-for="(img, i) in photos" :key="i" @click="openDialog(img)">
|
||||||
<img class="rounded max-h-[200px]" :src="img.src" />
|
<img class="rounded max-h-[200px]" :src="img.src" />
|
||||||
</button>
|
</button>
|
||||||
|
@ -475,10 +477,8 @@
|
||||||
width: 0.5rem;
|
width: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.scroll-bg::-webkit-scrollbar-thumb {
|
.scroll-bg::-webkit-scrollbar-thumb {
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
@apply bg-base-300
|
@apply bg-base-300;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue