From ef7b8f346054ba89eaffce7d8c3c6d4fca30c815 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 23 Jan 2026 10:58:42 -0600 Subject: [PATCH] less padding around editors --- src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index ea92281..8e5f760 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1734,10 +1734,7 @@ impl cosmic::Application for App { let main_area = self.editor_mode.as_ref().map_or_else( || Container::new(service_row).center_y(Length::Fill), - |_| { - container(editor) - .padding(cosmic::theme::spacing().space_xxl) - }, + |_| container(editor).padding(space_s), ); let column = column![