This commit is contained in:
zoe 2022-09-05 23:31:53 +02:00
parent d7383295a1
commit 014b3987a1
1 changed files with 2 additions and 2 deletions

View File

@ -194,11 +194,11 @@ class _ProfileViewState extends State<ProfileView> {
),
Container(
constraints: global.getConstraints(context),
width: global.getWidth(context),
width: global.getWidth(context) +
MediaQuery.of(context).size.width * 0.2,
height: MediaQuery.of(context).size.height * 2 / 3,
child: ListView.builder(
controller: _scrollController,
shrinkWrap: true,
itemCount: threads.length + 2,
itemBuilder: (context, index) {
if (index == 0) {