diff --git a/src/app/view/chat.rs b/src/app/view/chat.rs index de5c5a6..1411034 100644 --- a/src/app/view/chat.rs +++ b/src/app/view/chat.rs @@ -396,8 +396,7 @@ impl App { .height(Length::Fill) .spacing(8); container(conversation) - .max_width(860) - .center_x(Length::Fill) + .width(Length::Fill) .height(Length::Fill) .into() } else { diff --git a/src/app/view/stats.rs b/src/app/view/stats.rs index 982219c..89feaff 100644 --- a/src/app/view/stats.rs +++ b/src/app/view/stats.rs @@ -591,8 +591,7 @@ impl App { .spacing(12), ) .padding(24) - .max_width(960) - .center_x(Length::Fill), + .width(Length::Fill), ) .height(Length::Fill) .into()