Fix layout shift with camera filter (#21298)

This commit is contained in:
Issy Szemeti 2025-12-15 18:18:41 +00:00 committed by GitHub
parent 39af85625e
commit f543d0ab31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -438,7 +438,7 @@ export default function Settings() {
return (
<div className="flex h-full flex-col">
<div className="flex items-center justify-between border-b border-secondary p-3">
<Heading as="h3" className="mb-0">
<Heading as="h3" className="mb-0 min-h-9">
{t("menu.settings", { ns: "common" })}
</Heading>
{CAMERA_SELECT_BUTTON_PAGES.includes(page) && (