design: Big redesign of three column mode to advanced two column mode

This commit is contained in:
krille-chan 2023-08-12 11:52:20 +02:00
commit 9e13bd8dfd
No known key found for this signature in database
24 changed files with 938 additions and 765 deletions

View file

@ -45,7 +45,7 @@ class NewPrivateChatView extends StatelessWidget {
children: [
Expanded(
child: MaxWidthBody(
withScrolling: true,
withFrame: false,
child: Container(
margin: const EdgeInsets.all(_qrCodePadding),
alignment: Alignment.center,
@ -98,7 +98,6 @@ class NewPrivateChatView extends StatelessWidget {
),
),
MaxWidthBody(
withScrolling: false,
child: Padding(
padding: const EdgeInsets.all(12.0),
child: Form(