fix alignment in debug view

This commit is contained in:
Josh Hawkins 2025-10-09 07:05:52 -05:00
parent c84036c5ad
commit b1c8bc19ce

View File

@ -162,9 +162,9 @@ export default function ObjectSettingsView({
}
return (
<div className="flex size-full flex-col md:flex-row">
<div className="mt-1 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 rounded-lg border-[1px] border-secondary-foreground bg-background_alt p-2 md:order-none md:w-3/12">
<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">
{t("debug.title")}
</Heading>