Implement desktop client layout

This commit is contained in:
Hillel Coren 2022-05-31 23:57:26 +03:00
parent 168333428c
commit 604a5344c7
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class _ClientViewFullwidthState extends State<ClientViewFullwidth>
),
],
),
SizedBox(height: 8),
SizedBox(height: 16),
],
);
}).toList()