mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-20 23:28:23 +03:00
Cleanup sizing and more font colors
This commit is contained in:
parent
ff9308a0e8
commit
83045849c0
@ -137,7 +137,7 @@ export default function ClassificationModelWizardDialog({
|
|||||||
<DialogContent
|
<DialogContent
|
||||||
className={cn(
|
className={cn(
|
||||||
"",
|
"",
|
||||||
isDesktop && "max-h-[75dvh] max-w-[40%] overflow-y-auto",
|
isDesktop && "max-h-[90%] max-w-[50%] overflow-y-auto xl:max-h-[80%]",
|
||||||
)}
|
)}
|
||||||
onInteractOutside={(e) => {
|
onInteractOutside={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|||||||
@ -260,7 +260,7 @@ export default function Step2StateArea({
|
|||||||
onOpenAutoFocus={(e) => e.preventDefault()}
|
onOpenAutoFocus={(e) => e.preventDefault()}
|
||||||
>
|
>
|
||||||
<div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2">
|
||||||
<Heading as="h4" className="text-sm font-medium">
|
<Heading as="h4" className="text-sm text-primary-variant">
|
||||||
{t("wizard.step2.selectCamera")}
|
{t("wizard.step2.selectCamera")}
|
||||||
</Heading>
|
</Heading>
|
||||||
<div className="scrollbar-container flex max-h-[30vh] flex-col gap-1 overflow-y-auto">
|
<div className="scrollbar-container flex max-h-[30vh] flex-col gap-1 overflow-y-auto">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user