mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-20 13:54:36 +01:00
UI tweaks (#20498)
* fix padding in debug view * remove latin character regex from wizard step 1 validation
This commit is contained in:
@@ -162,7 +162,7 @@ export default function ObjectSettingsView({
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="mt-1 flex size-full flex-col md:flex-row">
|
||||
<div className="mt-1 flex size-full flex-col pb-2 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 rounded-lg border-[1px] border-secondary-foreground bg-background_alt p-2 md:order-none md:mb-0 md:mr-2 md:mt-0 md:w-3/12">
|
||||
<Heading as="h4" className="mb-2">
|
||||
|
||||
Reference in New Issue
Block a user