chore: Adjust design of navrail

This commit is contained in:
Christian Kußowski 2026-02-15 10:34:03 +01:00
commit 727e442c94
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 226 additions and 256 deletions

View file

@ -197,6 +197,7 @@ abstract class AppRoutes {
? TwoColumnLayout(
mainView: Settings(key: state.pageKey),
sideView: child,
hasNavigationRail: false,
)
: child,
),