mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Small tweaks (#17275)
* Fix missing i18n key and make small UI tweak for disabled cameras * simplify colors
This commit is contained in:
parent
d4d5c4aac8
commit
be56305b4e
@ -410,9 +410,9 @@ export default function LivePlayer({
|
||||
<TbExclamationCircle className="mb-3 size-10" />
|
||||
<p className="max-w-96 text-center">
|
||||
<Trans
|
||||
ns="components/player"
|
||||
values={{
|
||||
cameraName: capitalizeFirstLetter(cameraConfig.name),
|
||||
ns: "components/player",
|
||||
}}
|
||||
>
|
||||
streamOffline.desc
|
||||
@ -423,7 +423,7 @@ export default function LivePlayer({
|
||||
)}
|
||||
|
||||
{!cameraEnabled && (
|
||||
<div className="relative flex h-full w-full items-center justify-center">
|
||||
<div className="relative flex h-full w-full items-center justify-center rounded-2xl border border-secondary-foreground bg-background_alt">
|
||||
<div className="flex h-32 flex-col items-center justify-center rounded-lg p-4 md:h-48 md:w-48">
|
||||
<LuVideoOff className="mb-2 size-8 md:size-10" />
|
||||
<p className="max-w-32 text-center text-sm md:max-w-40 md:text-base">
|
||||
|
Loading…
Reference in New Issue
Block a user