mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 01:57:36 +03:00
tweaks
This commit is contained in:
parent
f0d65c9f37
commit
0651e20bc4
@ -333,9 +333,11 @@ export default function Settings() {
|
||||
open={contentMobileOpen}
|
||||
onOpenChange={setContentMobileOpen}
|
||||
>
|
||||
<MobilePageContent className="scrollbar-container overflow-y-auto px-2">
|
||||
<MobilePageContent
|
||||
className={cn("px-2", "scrollbar-container overflow-y-auto")}
|
||||
>
|
||||
<MobilePageHeader
|
||||
className="top-0"
|
||||
className="top-0 mb-0"
|
||||
actions={
|
||||
[
|
||||
"debug",
|
||||
@ -343,7 +345,7 @@ export default function Settings() {
|
||||
"masksAndZones",
|
||||
"motionTuner",
|
||||
"triggers",
|
||||
].includes(page) ? (
|
||||
].includes(pageToggle) ? (
|
||||
<div className="flex items-center gap-2">
|
||||
{pageToggle == "masksAndZones" && (
|
||||
<ZoneMaskFilterButton
|
||||
|
||||
@ -245,7 +245,7 @@ export default function EnrichmentsSettingsView({
|
||||
<div className="flex size-full flex-col md:flex-row">
|
||||
<Toaster position="top-center" closeButton={true} />
|
||||
<div className="scrollbar-container order-last mb-10 mt-2 flex h-full w-full flex-col overflow-y-auto pb-2 md:order-none md:mb-0 md:mr-2 md:mt-0">
|
||||
<Heading as="h3" className="my-2">
|
||||
<Heading as="h4" className="my-2">
|
||||
{t("enrichments.title")}
|
||||
</Heading>
|
||||
<Separator className="my-2 flex bg-secondary" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user