mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-16 18:16:44 +03:00
Fix layout shift with camera filter (#21298)
This commit is contained in:
parent
39af85625e
commit
f543d0ab31
@ -438,7 +438,7 @@ export default function Settings() {
|
|||||||
return (
|
return (
|
||||||
<div className="flex h-full flex-col">
|
<div className="flex h-full flex-col">
|
||||||
<div className="flex items-center justify-between border-b border-secondary p-3">
|
<div className="flex items-center justify-between border-b border-secondary p-3">
|
||||||
<Heading as="h3" className="mb-0">
|
<Heading as="h3" className="mb-0 min-h-9">
|
||||||
{t("menu.settings", { ns: "common" })}
|
{t("menu.settings", { ns: "common" })}
|
||||||
</Heading>
|
</Heading>
|
||||||
{CAMERA_SELECT_BUTTON_PAGES.includes(page) && (
|
{CAMERA_SELECT_BUTTON_PAGES.includes(page) && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user