Expand detail views with the sidebar hidden
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user