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(
|
||||
padding: const EdgeInsets.all(12.0),
|
||||
child: StartChatFab(),
|
||||
),
|
||||
if (FluffyThemes.isColumnMode(context))
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(12.0),
|
||||
child: StartChatFab(),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue