diff --git a/package.json b/package.json index 953d8c5..b5fb7a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "tutu", - "version": "1.0.3", + "version": "1.0.2", "description": "", "private": true, "type": "module", diff --git a/src/material/BottomSheet.module.css b/src/material/BottomSheet.module.css index e48ce13..0295b86 100644 --- a/src/material/BottomSheet.module.css +++ b/src/material/BottomSheet.module.css @@ -22,12 +22,11 @@ @media (max-width: 560px) { & { left: 0; - top: 0; + top: var(--safe-area-inset-top, 0); transform: none; bottom: 0; height: 100vh; height: 100dvh; - max-height: 100%; } } } diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index 0a76743..36a4026 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -49,7 +49,7 @@ const Settings: ParentComponent = () => { - + @@ -94,15 +94,16 @@ const Settings: ParentComponent = () => { Fonts - - $settings.setKey("prefetchTootsDisabled", !settings$().prefetchTootsDisabled) - }> + Prefetch Toots + $settings.setKey("prefetchTootsDisabled", !e.target.checked) + } />