fix(app): make settings more responsive for mobile and small web/desktop (#10775)

This commit is contained in:
Devin Griffin
2026-01-28 21:20:34 -06:00
committed by GitHub
parent 8cdb82038a
commit a7d7f5bb07
6 changed files with 21 additions and 16 deletions

View File

@@ -352,7 +352,7 @@ export const SettingsKeybinds: Component = () => {
})
return (
<div class="flex flex-col h-full overflow-y-auto no-scrollbar px-10 pb-10">
<div class="flex flex-col h-full overflow-y-auto no-scrollbar px-4 pb-10 sm:px-10 sm:pb-10">
<div class="sticky top-0 z-10 bg-[linear-gradient(to_bottom,var(--surface-raised-stronger-non-alpha)_calc(100%_-_24px),transparent)]">
<div class="flex flex-col gap-4 pt-6 pb-6 max-w-[720px]">
<div class="flex items-center justify-between gap-4">