less padding around editors
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2026-01-23 10:58:42 -06:00
parent cb51db8f6f
commit ef7b8f3460

View file

@ -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![