refactor(shortcuts): adjust padding in KeyboardShortcutsDialog content

This commit is contained in:
Marco Beretta 2026-03-27 00:40:03 +01:00
parent 51be6d579f
commit 319a4730a2
No known key found for this signature in database
GPG key ID: D918033D8E74CC11

View file

@ -97,7 +97,10 @@ function KeyboardShortcutsDialog() {
return (
<OGDialog open={open} onOpenChange={setOpen}>
<OGDialogContent showCloseButton={false} className="w-11/12 max-w-4xl overflow-hidden px-8">
<OGDialogContent
showCloseButton={false}
className="w-11/12 max-w-4xl overflow-hidden px-6 py-1"
>
<div className="flex items-center justify-between pb-0 pt-5">
<OGDialogTitle>{localize('com_shortcut_keyboard_shortcuts')}</OGDialogTitle>
<OGDialogClose>