chore: Follow up move fab to navrail
This commit is contained in:
parent
10a5673391
commit
0de474cbe7
1 changed files with 5 additions and 4 deletions
|
|
@ -113,10 +113,11 @@ class SpacesNavigationRail extends StatelessWidget {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
if (FluffyThemes.isColumnMode(context))
|
||||||
padding: const EdgeInsets.all(12.0),
|
Padding(
|
||||||
child: StartChatFab(),
|
padding: const EdgeInsets.all(12.0),
|
||||||
),
|
child: StartChatFab(),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue