Expand detail views with the sidebar hidden

This commit is contained in:
Georg Bauer
2026-08-30 13:25:45 +02:00
parent f1b62c65f9
commit 79468c65b6
2 changed files with 2 additions and 4 deletions

View File

@@ -396,8 +396,7 @@ impl App {
.height(Length::Fill) .height(Length::Fill)
.spacing(8); .spacing(8);
container(conversation) container(conversation)
.max_width(860) .width(Length::Fill)
.center_x(Length::Fill)
.height(Length::Fill) .height(Length::Fill)
.into() .into()
} else { } else {

View File

@@ -591,8 +591,7 @@ impl App {
.spacing(12), .spacing(12),
) )
.padding(24) .padding(24)
.max_width(960) .width(Length::Fill),
.center_x(Length::Fill),
) )
.height(Length::Fill) .height(Length::Fill)
.into() .into()