From 0d462ba08053fa9e7c697c166bb85f75bc9815ba Mon Sep 17 00:00:00 2001 From: Kacper Date: Wed, 10 Dec 2025 23:16:16 +0100 Subject: [PATCH] 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. --- app/src/components/views/settings-view.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app/src/components/views/settings-view.tsx b/app/src/components/views/settings-view.tsx index 120cb554..2df8d855 100644 --- a/app/src/components/views/settings-view.tsx +++ b/app/src/components/views/settings-view.tsx @@ -1842,7 +1842,7 @@ export function SettingsView() { -
+
{/* Visual Keyboard Map */} @@ -1854,15 +1854,6 @@ export function SettingsView() {
- - - -