mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
padding tweak
This commit is contained in:
parent
58a42a5fb9
commit
96081ee027
@ -431,9 +431,9 @@ export default function SearchView({
|
|||||||
className={`flex select-none items-center justify-between space-x-1 bg-gray-500 bg-gradient-to-br from-gray-400 to-gray-500 text-xs capitalize text-white`}
|
className={`flex select-none items-center justify-between space-x-1 bg-gray-500 bg-gradient-to-br from-gray-400 to-gray-500 text-xs capitalize text-white`}
|
||||||
>
|
>
|
||||||
{value.search_source == "thumbnail" ? (
|
{value.search_source == "thumbnail" ? (
|
||||||
<LuImage className="mr-1 size-3" />
|
<LuImage className="size-3" />
|
||||||
) : (
|
) : (
|
||||||
<LuText className="mr-1 size-3" />
|
<LuText className="size-3" />
|
||||||
)}
|
)}
|
||||||
</Chip>
|
</Chip>
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user