mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 09:37:37 +03:00
Move min height
This commit is contained in:
parent
0e89b94ff2
commit
15a6b49272
@ -437,8 +437,8 @@ 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 min-h-16 items-center justify-between border-b border-secondary p-3">
|
||||||
<Heading as="h3" className="mb-0 min-h-9">
|
<Heading as="h3" className="mb-0">
|
||||||
{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