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

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