mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
fix(settings-view): adjust padding and remove unused dialog footer
- Updated padding in the settings view for better layout consistency. - Removed the unused dialog footer containing the close button to streamline the interface.
This commit is contained in:
@@ -1842,7 +1842,7 @@ export function SettingsView() {
|
|||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
|
|
||||||
<div className="flex-1 overflow-y-auto space-y-6 py-4">
|
<div className="flex-1 overflow-y-auto space-y-6 py-4 pl-3 pr-6 pb-6">
|
||||||
{/* Visual Keyboard Map */}
|
{/* Visual Keyboard Map */}
|
||||||
<KeyboardMap />
|
<KeyboardMap />
|
||||||
|
|
||||||
@@ -1854,15 +1854,6 @@ export function SettingsView() {
|
|||||||
<ShortcutReferencePanel editable />
|
<ShortcutReferencePanel editable />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<DialogFooter>
|
|
||||||
<Button
|
|
||||||
variant="outline"
|
|
||||||
onClick={() => setShowKeyboardMapDialog(false)}
|
|
||||||
>
|
|
||||||
Close
|
|
||||||
</Button>
|
|
||||||
</DialogFooter>
|
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user