Expand detail views with the sidebar hidden
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -591,8 +591,7 @@ impl App {
|
||||
.spacing(12),
|
||||
)
|
||||
.padding(24)
|
||||
.max_width(960)
|
||||
.center_x(Length::Fill),
|
||||
.width(Length::Fill),
|
||||
)
|
||||
.height(Length::Fill)
|
||||
.into()
|
||||
|
||||
Reference in New Issue
Block a user