mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
refactor(shortcuts): adjust padding in KeyboardShortcutsDialog content
This commit is contained in:
parent
51be6d579f
commit
319a4730a2
1 changed files with 4 additions and 1 deletions
|
|
@ -97,7 +97,10 @@ function KeyboardShortcutsDialog() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<OGDialog open={open} onOpenChange={setOpen}>
|
<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">
|
<div className="flex items-center justify-between pb-0 pt-5">
|
||||||
<OGDialogTitle>{localize('com_shortcut_keyboard_shortcuts')}</OGDialogTitle>
|
<OGDialogTitle>{localize('com_shortcut_keyboard_shortcuts')}</OGDialogTitle>
|
||||||
<OGDialogClose>
|
<OGDialogClose>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue